#C4806B

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

Shades of Burning Sand #C4806B

Tints of Burning Sand #C4806B

Color information

#C4806B (or 0xC4806B) is unknown color: approx Burning Sand. HEX triplet: C4, 80 and 6B. RGB value is (196,128,107). Sum of RGB (Red+Green+Blue) = 196+128+107=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4806B is #3B7F94. Grayscale: #929292. Windows color (decimal): -3899285 or 7045316. OLE color: 7045316.

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

Color convert

RGB196128107-
CMYK00.350.450.23
HSL14.16º43%59.41%-
HSV(B)14.16º45.41%76.86%-
XYZ33.1428.2417.61-
YUV145.94106.03163.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=45.48%
G=29.70%
B=24.83%

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
Decimal19612810700.350.450.2314.164359.41
HexC4806B0232D17e2b3b
Octal3042001530435527165373
Binary110001001000000011010110100011101101101111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4806B; }

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

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

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

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

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

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

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

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