#C18861

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

Shades of Burning Sand #C18861

Tints of Burning Sand #C18861

Color information

#C18861 (or 0xC18861) is unknown color: approx Burning Sand. HEX triplet: C1, 88 and 61. RGB value is (193,136,97). Sum of RGB (Red+Green+Blue) = 193+136+97=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C18861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18861 is #3E779E. Grayscale: #949494. Windows color (decimal): -4093855 or 6392001. OLE color: 6392001.

HSL color Cylindrical-coordinate representation of color #C18861: hue angle of 24.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C18861 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19313697-
CMYK00.300.500.24
HSL24.38º43.64%56.86%-
HSV(B)24.38º49.74%75.69%-
XYZ32.9529.8115.33-
YUV148.698.88159.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=45.31%
G=31.92%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931369700.300.500.2424.3843.6456.86
HexC1886101E3218182c39
Octal3012101410366230305471
Binary110000011000100011000010111101100101100011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18861; }

 p { color: rgb(193,136,97); }

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

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

 a { background-color: rgb(193,136,97); }

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

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

 span { border-color: rgb(193,136,97); }

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