#C18663

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

Shades of Burning Sand #C18663

Tints of Burning Sand #C18663

Color information

#C18663 (or 0xC18663) is unknown color: approx Burning Sand. HEX triplet: C1, 86 and 63. RGB value is (193,134,99). Sum of RGB (Red+Green+Blue) = 193+134+99=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C18663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18663 is #3E799C. Grayscale: #939393. Windows color (decimal): -4094365 or 6522561. OLE color: 6522561.

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

Color convert

RGB19313499-
CMYK00.310.490.24
HSL22.34º43.12%57.25%-
HSV(B)22.34º48.7%75.69%-
XYZ32.7729.2915.73-
YUV147.65100.55160.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 99 (39.06% from 255) = 23.24%
R=45.31%
G=31.46%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931349900.310.490.2422.3443.1257.25
HexC1866301F3118162b39
Octal3012061430376130265371
Binary110000011000011011000110111111100011100010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18663; }

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

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

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

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

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

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

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

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