#C48867

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

Shades of Burning Sand #C48867

Tints of Burning Sand #C48867

Color information

#C48867 (or 0xC48867) is unknown color: approx Burning Sand. HEX triplet: C4, 88 and 67. RGB value is (196,136,103). Sum of RGB (Red+Green+Blue) = 196+136+103=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C48867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48867 is #3B7798. Grayscale: #969696. Windows color (decimal): -3897241 or 6785220. OLE color: 6785220.

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

Color convert

RGB196136103-
CMYK00.310.470.23
HSL21.29º44.08%58.63%-
HSV(B)21.29º47.45%76.86%-
XYZ34.0230.3216.89-
YUV150.18101.38160.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=45.06%
G=31.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613610300.310.470.2321.2944.0858.63
HexC4886701F2F17152c3b
Octal3042101470375727255473
Binary110001001000100011001110111111011111011110101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48867; }

 p { color: rgb(196,136,103); }

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

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

 a { background-color: rgb(196,136,103); }

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

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

 span { border-color: rgb(196,136,103); }

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