#C06048

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

Shades of Flame Pea #C06048

Tints of Flame Pea #C06048

Color information

#C06048 (or 0xC06048) is unknown color: approx Flame Pea. HEX triplet: C0, 60 and 48. RGB value is (192,96,72). Sum of RGB (Red+Green+Blue) = 192+96+72=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06048 is #3F9FB7. Grayscale: #7A7A7A. Windows color (decimal): -4169656 or 4743360. OLE color: 4743360.

HSL color Cylindrical-coordinate representation of color #C06048: hue angle of 12º 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 #C06048 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1929672-
CMYK00.500.630.25
HSL12º48.78%51.76%-
HSV(B)12º62.5%75.29%-
XYZ27.0920.048.57-
YUV121.9799.8177.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 72 (28.52% from 255) = 20%
R=53.33%
G=26.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192967200.500.630.251248.7851.76
HexC060480323F19c3134
Octal3001401100627731146164
Binary11000000110000010010000110010111111110011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06048; }

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

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

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

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

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

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

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

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