#C4806C

Color #C4806C Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C4806C

Tints of Burning Sand #C4806C

Color information

#C4806C (or 0xC4806C) is unknown color: approx Burning Sand. HEX triplet: C4, 80 and 6C. RGB value is (196,128,108). Sum of RGB (Red+Green+Blue) = 196+128+108=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4806C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4806C is #3B7F93. Grayscale: #929292. Windows color (decimal): -3899284 or 7110852. OLE color: 7110852.

HSL color Cylindrical-coordinate representation of color #C4806C: hue angle of 13.64º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4806C is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196128108-
CMYK00.350.450.23
HSL13.64º42.72%59.61%-
HSV(B)13.64º44.9%76.86%-
XYZ33.1928.2617.89-
YUV146.05106.53163.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 108 (42.58% from 255) = 25%
R=45.37%
G=29.63%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612810800.350.450.2313.6442.7259.61
HexC4806C0232D17e2b3c
Octal3042001540435527165374
Binary110001001000000011011000100011101101101111110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4806C; }

 p { color: rgb(196,128,108); }

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

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

 a { background-color: rgb(196,128,108); }

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

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

 span { border-color: rgb(196,128,108); }

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