#C4866A

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

Shades of Burning Sand #C4866A

Tints of Burning Sand #C4866A

Color information

#C4866A (or 0xC4866A) is unknown color: approx Burning Sand. HEX triplet: C4, 86 and 6A. RGB value is (196,134,106). Sum of RGB (Red+Green+Blue) = 196+134+106=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4866A is #3B7995. Grayscale: #959595. Windows color (decimal): -3897750 or 6981316. OLE color: 6981316.

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

Color convert

RGB196134106-
CMYK00.320.460.23
HSL18.67º43.27%59.22%-
HSV(B)18.67º45.92%76.86%-
XYZ33.8929.8317.61-
YUV149.35103.54161.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=44.95%
G=30.73%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613410600.320.460.2318.6743.2759.22
HexC4866A0202E17132b3b
Octal3042061520405627235373
Binary1100010010000110110101001000001011101011110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4866A; }

 p { color: rgb(196,134,106); }

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

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

 a { background-color: rgb(196,134,106); }

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

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

 span { border-color: rgb(196,134,106); }

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