#C05F48

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

Shades of Flame Pea #C05F48

Tints of Flame Pea #C05F48

Color information

#C05F48 (or 0xC05F48) is unknown color: approx Flame Pea. HEX triplet: C0, 5F and 48. RGB value is (192,95,72). Sum of RGB (Red+Green+Blue) = 192+95+72=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F48 is #3FA0B7. Grayscale: #797979. Windows color (decimal): -4169912 or 4743104. OLE color: 4743104.

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

Color convert

RGB1929572-
CMYK00.510.630.25
HSL11.5º48.78%51.76%-
HSV(B)11.5º62.5%75.29%-
XYZ2719.868.54-
YUV121.38100.14178.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=53.48%
G=26.46%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192957200.510.630.2511.548.7851.76
HexC05F480333F19c3134
Octal3001371100637731146164
Binary11000000101111110010000110011111111110011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F48; }

 p { color: rgb(192,95,72); }

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

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

 a { background-color: rgb(192,95,72); }

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

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

 span { border-color: rgb(192,95,72); }

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