#C06648

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

Shades of Flame Pea #C06648

Tints of Flame Pea #C06648

Color information

#C06648 (or 0xC06648) is unknown color: approx Flame Pea. HEX triplet: C0, 66 and 48. RGB value is (192,102,72). Sum of RGB (Red+Green+Blue) = 192+102+72=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C06648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06648 is #3F99B7. Grayscale: #7D7D7D. Windows color (decimal): -4168120 or 4744896. OLE color: 4744896.

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

Color convert

RGB19210272-
CMYK00.470.630.25
HSL15º48.78%51.76%-
HSV(B)15º62.5%75.29%-
XYZ27.6621.188.76-
YUV125.4997.82175.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=52.46%
G=27.87%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921027200.470.630.251548.7851.76
HexC0664802F3F19f3134
Octal3001461100577731176164
Binary11000000110011010010000101111111111110011111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06648; }

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

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

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

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

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

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

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

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