#C18869

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

Shades of Burning Sand #C18869

Tints of Burning Sand #C18869

Color information

#C18869 (or 0xC18869) is unknown color: approx Burning Sand. HEX triplet: C1, 88 and 69. RGB value is (193,136,105). Sum of RGB (Red+Green+Blue) = 193+136+105=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C18869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18869 is #3E7796. Grayscale: #959595. Windows color (decimal): -4093847 or 6916289. OLE color: 6916289.

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

Color convert

RGB193136105-
CMYK00.300.460.24
HSL21.14º41.51%58.43%-
HSV(B)21.14º45.6%75.69%-
XYZ33.3529.9717.39-
YUV149.51102.88159.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 105 (41.41% from 255) = 24.19%
R=44.47%
G=31.34%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313610500.300.460.2421.1441.5158.43
HexC1886901E2E18152a3a
Octal3012101510365630255272
Binary110000011000100011010010111101011101100010101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18869; }

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

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

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

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

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

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

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

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