#C18865

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

Shades of Burning Sand #C18865

Tints of Burning Sand #C18865

Color information

#C18865 (or 0xC18865) is unknown color: approx Burning Sand. HEX triplet: C1, 88 and 65. RGB value is (193,136,101). Sum of RGB (Red+Green+Blue) = 193+136+101=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18865 is #3E779A. Grayscale: #959595. Windows color (decimal): -4093851 or 6654145. OLE color: 6654145.

HSL color Cylindrical-coordinate representation of color #C18865: hue angle of 22.83º 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 #C18865 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB193136101-
CMYK00.300.480.24
HSL22.83º42.59%57.65%-
HSV(B)22.83º47.67%75.69%-
XYZ33.1529.8916.33-
YUV149.05100.88159.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=44.88%
G=31.63%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313610100.300.480.2422.8342.5957.65
HexC1886501E3018172b3a
Octal3012101450366030275372
Binary110000011000100011001010111101100001100010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18865; }

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

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

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

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

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

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

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

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