#C48169

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

Shades of Burning Sand #C48169

Tints of Burning Sand #C48169

Color information

#C48169 (or 0xC48169) is unknown color: approx Burning Sand. HEX triplet: C4, 81 and 69. RGB value is (196,129,105). Sum of RGB (Red+Green+Blue) = 196+129+105=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C48169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48169 is #3B7E96. Grayscale: #929292. Windows color (decimal): -3899031 or 6914500. OLE color: 6914500.

HSL color Cylindrical-coordinate representation of color #C48169: hue angle of 15.82º degrees, saturation: 0.44, 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 #C48169 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB196129105-
CMYK00.340.460.23
HSL15.82º43.54%59.02%-
HSV(B)15.82º46.43%76.86%-
XYZ33.1728.4617.11-
YUV146.3104.7163.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=45.58%
G=30%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612910500.340.460.2315.8243.5459.02
HexC481690222E17102c3b
Octal3042011510425627205473
Binary1100010010000001110100101000101011101011110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48169; }

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

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

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

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

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

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

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

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