#C18966

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

Shades of Burning Sand #C18966

Tints of Burning Sand #C18966

Color information

#C18966 (or 0xC18966) is unknown color: approx Burning Sand. HEX triplet: C1, 89 and 66. RGB value is (193,137,102). Sum of RGB (Red+Green+Blue) = 193+137+102=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C18966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18966 is #3E7699. Grayscale: #959595. Windows color (decimal): -4093594 or 6719937. OLE color: 6719937.

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

Color convert

RGB193137102-
CMYK00.290.470.24
HSL23.08º42.33%57.84%-
HSV(B)23.08º47.15%75.69%-
XYZ33.3430.1916.64-
YUV149.75101.05158.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=44.68%
G=31.71%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313710200.290.470.2423.0842.3357.84
HexC1896601D2F18172a3a
Octal3012111460355730275272
Binary110000011000100111001100111011011111100010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18966; }

 p { color: rgb(193,137,102); }

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

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

 a { background-color: rgb(193,137,102); }

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

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

 span { border-color: rgb(193,137,102); }

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