#C36448

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

Shades of Flame Pea #C36448

Tints of Flame Pea #C36448

Color information

#C36448 (or 0xC36448) is unknown color: approx Flame Pea. HEX triplet: C3, 64 and 48. RGB value is (195,100,72). Sum of RGB (Red+Green+Blue) = 195+100+72=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C36448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36448 is #3C9BB7. Grayscale: #7D7D7D. Windows color (decimal): -3972024 or 4744387. OLE color: 4744387.

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

Color convert

RGB19510072-
CMYK00.490.630.24
HSL13.66º50.62%52.35%-
HSV(B)13.66º63.08%76.47%-
XYZ28.2321.188.73-
YUV125.2197.97177.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.13%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=53.13%
G=27.25%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951007200.490.630.2413.6650.6252.35
HexC364480313F18e3334
Octal3031441100617730166364
Binary11000011110010010010000110001111111110001110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36448; }

 p { color: rgb(195,100,72); }

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

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

 a { background-color: rgb(195,100,72); }

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

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

 span { border-color: rgb(195,100,72); }

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