#C4856D

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

Shades of Burning Sand #C4856D

Tints of Burning Sand #C4856D

Color information

#C4856D (or 0xC4856D) is unknown color: approx Burning Sand. HEX triplet: C4, 85 and 6D. RGB value is (196,133,109). Sum of RGB (Red+Green+Blue) = 196+133+109=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4856D is #3B7A92. Grayscale: #959595. Windows color (decimal): -3898003 or 7177668. OLE color: 7177668.

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

Color convert

RGB196133109-
CMYK00.320.440.23
HSL16.55º42.44%59.8%-
HSV(B)16.55º44.39%76.86%-
XYZ33.9129.6118.4-
YUV149.1105.37161.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=44.75%
G=30.37%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613310900.320.440.2316.5542.4459.8
HexC4856D0202C17112a3c
Octal3042051550405427215274
Binary1100010010000101110110101000001011001011110001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4856D; }

 p { color: rgb(196,133,109); }

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

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

 a { background-color: rgb(196,133,109); }

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

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

 span { border-color: rgb(196,133,109); }

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