#C05C4B

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

Shades of Flame Pea #C05C4B

Tints of Flame Pea #C05C4B

Color information

#C05C4B (or 0xC05C4B) is unknown color: approx Flame Pea. HEX triplet: C0, 5C and 4B. RGB value is (192,92,75). Sum of RGB (Red+Green+Blue) = 192+92+75=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C4B is #3FA3B4. Grayscale: #787878. Windows color (decimal): -4170677 or 4938944. OLE color: 4938944.

HSL color Cylindrical-coordinate representation of color #C05C4B: hue angle of 8.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05C4B is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1929275-
CMYK00.520.610.25
HSL8.72º48.15%52.35%-
HSV(B)8.72º60.94%75.29%-
XYZ26.8419.378.98-
YUV119.96102.63179.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=53.48%
G=25.63%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192927500.520.610.258.7248.1552.35
HexC05C4B0343D1993034
Octal3001341130647531116064
Binary11000000101110010010110110100111101110011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C4B; }

 p { color: rgb(192,92,75); }

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

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

 a { background-color: rgb(192,92,75); }

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

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

 span { border-color: rgb(192,92,75); }

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