#C48166

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

Shades of Burning Sand #C48166

Tints of Burning Sand #C48166

Color information

#C48166 (or 0xC48166) is unknown color: approx Burning Sand. HEX triplet: C4, 81 and 66. RGB value is (196,129,102). Sum of RGB (Red+Green+Blue) = 196+129+102=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C48166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48166 is #3B7E99. Grayscale: #929292. Windows color (decimal): -3899034 or 6717892. OLE color: 6717892.

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

Color convert

RGB196129102-
CMYK00.340.480.23
HSL17.23º44.34%58.43%-
HSV(B)17.23º47.96%76.86%-
XYZ33.0128.416.31-
YUV145.95103.2163.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 102 (40.23% from 255) = 23.89%
R=45.90%
G=30.21%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612910200.340.480.2317.2344.3458.43
HexC481660223017112c3a
Octal3042011460426027215472
Binary1100010010000001110011001000101100001011110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48166; }

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

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

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

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

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

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

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

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