#C35841

Color #C35841 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C35841

Tints of Flame Pea #C35841

Color information

#C35841 (or 0xC35841) is unknown color: approx Flame Pea. HEX triplet: C3, 58 and 41. RGB value is (195,88,65). Sum of RGB (Red+Green+Blue) = 195+88+65=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C35841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35841 is #3CA7BE. Grayscale: #757575. Windows color (decimal): -3975103 or 4282563. OLE color: 4282563.

HSL color Cylindrical-coordinate representation of color #C35841: hue angle of 10.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C35841 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB1958865-
CMYK00.550.670.24
HSL10.62º52%50.98%-
HSV(B)10.62º66.67%76.47%-
XYZ26.9518.967.24-
YUV117.3798.45183.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=56.03%
G=25.29%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195886500.550.670.2410.625250.98
HexC358410374318b3433
Octal30313010106710330136463
Binary110000111011000100000101101111000011110001011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35841; }

 p { color: rgb(195,88,65); }

 H1.HeaderClassName
 {
   color: #C35841;
 }
 .AnyTagClassName
 {
   color: #C35841;
 }
</style>
background-color css

<style>
 a { background-color: #C35841; }

 a { background-color: rgb(195,88,65); }

 div.DivClassName
 {
   background-color: #C35841;
 }
 .BgClassName
 {
   background-color: #C35841;
 }
</style>
border-color css

<style>
 span { border-color: #C35841; }

 span { border-color: rgb(195,88,65); }

 td.TdClassName
 {
   border-color: #C35841;
 }
 .TagClassName
 {
   border-color: #C35841;
 }
</style>