#C48164

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

Shades of Burning Sand #C48164

Tints of Burning Sand #C48164

Color information

#C48164 (or 0xC48164) is unknown color: approx Burning Sand. HEX triplet: C4, 81 and 64. RGB value is (196,129,100). Sum of RGB (Red+Green+Blue) = 196+129+100=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C48164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48164 is #3B7E9B. Grayscale: #919191. Windows color (decimal): -3899036 or 6586820. OLE color: 6586820.

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

Color convert

RGB196129100-
CMYK00.340.490.23
HSL18.13º44.86%58.04%-
HSV(B)18.13º48.98%76.86%-
XYZ32.9228.3615.8-
YUV145.73102.2163.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 129 (50.78% from 255) = 30.35%
BLUE value IS 100 (39.45% from 255) = 23.53%
R=46.12%
G=30.35%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612910000.340.490.2318.1344.8658.04
HexC481640223117122d3a
Octal3042011440426127225572
Binary1100010010000001110010001000101100011011110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48164; }

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

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

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

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

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

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

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

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