#C18063

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

Shades of Burning Sand #C18063

Tints of Burning Sand #C18063

Color information

#C18063 (or 0xC18063) is unknown color: approx Burning Sand. HEX triplet: C1, 80 and 63. RGB value is (193,128,99). Sum of RGB (Red+Green+Blue) = 193+128+99=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C18063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18063 is #3E7F9C. Grayscale: #909090. Windows color (decimal): -4095901 or 6521025. OLE color: 6521025.

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

Color convert

RGB19312899-
CMYK00.340.490.24
HSL18.51º43.12%57.25%-
HSV(B)18.51º48.7%75.69%-
XYZ31.9627.6815.46-
YUV144.13102.53162.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=45.95%
G=30.48%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931289900.340.490.2418.5143.1257.25
HexC180630223118132b39
Octal3012001430426130235371
Binary1100000110000000110001101000101100011100010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18063; }

 p { color: rgb(193,128,99); }

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

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

 a { background-color: rgb(193,128,99); }

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

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

 span { border-color: rgb(193,128,99); }

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