#C48168

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

Shades of Burning Sand #C48168

Tints of Burning Sand #C48168

Color information

#C48168 (or 0xC48168) is unknown color: approx Burning Sand. HEX triplet: C4, 81 and 68. RGB value is (196,129,104). Sum of RGB (Red+Green+Blue) = 196+129+104=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C48168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48168 is #3B7E97. Grayscale: #929292. Windows color (decimal): -3899032 or 6848964. OLE color: 6848964.

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

Color convert

RGB196129104-
CMYK00.340.470.23
HSL16.3º43.81%58.82%-
HSV(B)16.3º46.94%76.86%-
XYZ33.1128.4416.84-
YUV146.18104.2163.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=45.69%
G=30.07%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612910400.340.470.2316.343.8158.82
HexC481680222F17102c3b
Octal3042011500425727205473
Binary1100010010000001110100001000101011111011110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48168; }

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

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

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

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

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

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

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

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