#C18165

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

Shades of Burning Sand #C18165

Tints of Burning Sand #C18165

Color information

#C18165 (or 0xC18165) is unknown color: approx Burning Sand. HEX triplet: C1, 81 and 65. RGB value is (193,129,101). Sum of RGB (Red+Green+Blue) = 193+129+101=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C18165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18165 is #3E7E9A. Grayscale: #919191. Windows color (decimal): -4095643 or 6652353. OLE color: 6652353.

HSL color Cylindrical-coordinate representation of color #C18165: hue angle of 18.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C18165 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB193129101-
CMYK00.330.480.24
HSL18.26º42.59%57.65%-
HSV(B)18.26º47.67%75.69%-
XYZ32.1927.9816.02-
YUV144.94103.2162.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 101 (39.84% from 255) = 23.88%
R=45.63%
G=30.50%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312910100.330.480.2418.2642.5957.65
HexC181650213018122b3a
Octal3012011450416030225372
Binary1100000110000001110010101000011100001100010010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18165; }

 p { color: rgb(193,129,101); }

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

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

 a { background-color: rgb(193,129,101); }

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

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

 span { border-color: rgb(193,129,101); }

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