#C5604B

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

Shades of Flame Pea #C5604B

Tints of Flame Pea #C5604B

Color information

#C5604B (or 0xC5604B) is unknown color: approx Flame Pea. HEX triplet: C5, 60 and 4B. RGB value is (197,96,75). Sum of RGB (Red+Green+Blue) = 197+96+75=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5604B is #3A9FB4. Grayscale: #7B7B7B. Windows color (decimal): -3841973 or 4939973. OLE color: 4939973.

HSL color Cylindrical-coordinate representation of color #C5604B: hue angle of 10.33º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5604B is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1979675-
CMYK00.510.620.23
HSL10.33º51.26%53.33%-
HSV(B)10.33º61.93%77.25%-
XYZ28.4820.749.16-
YUV123.8100.46180.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=53.53%
G=26.09%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197967500.510.620.2310.3351.2653.33
HexC5604B0333E17a3335
Octal3051401130637627126365
Binary11000101110000010010110110011111110101111010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5604B; }

 p { color: rgb(197,96,75); }

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

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

 a { background-color: rgb(197,96,75); }

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

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

 span { border-color: rgb(197,96,75); }

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