#C48162

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

Shades of Burning Sand #C48162

Tints of Burning Sand #C48162

Color information

#C48162 (or 0xC48162) is unknown color: approx Burning Sand. HEX triplet: C4, 81 and 62. RGB value is (196,129,98). Sum of RGB (Red+Green+Blue) = 196+129+98=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C48162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48162 is #3B7E9D. Grayscale: #919191. Windows color (decimal): -3899038 or 6455748. OLE color: 6455748.

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

Color convert

RGB19612998-
CMYK00.340.50.23
HSL18.98º45.37%57.65%-
HSV(B)18.98º50%76.86%-
XYZ32.8228.3215.29-
YUV145.5101.2164.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=46.34%
G=30.50%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961299800.340.50.2318.9845.3757.65
HexC481620223217132d3a
Octal3042011420426227235572
Binary1100010010000001110001001000101100101011110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48162; }

 p { color: rgb(196,129,98); }

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

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

 a { background-color: rgb(196,129,98); }

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

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

 span { border-color: rgb(196,129,98); }

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