#C18568

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

Shades of Burning Sand #C18568

Tints of Burning Sand #C18568

Color information

#C18568 (or 0xC18568) is unknown color: approx Burning Sand. HEX triplet: C1, 85 and 68. RGB value is (193,133,104). Sum of RGB (Red+Green+Blue) = 193+133+104=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18568 is #3E7A97. Grayscale: #939393. Windows color (decimal): -4094616 or 6849985. OLE color: 6849985.

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

Color convert

RGB193133104-
CMYK00.310.460.24
HSL19.55º41.78%58.24%-
HSV(B)19.55º46.11%75.69%-
XYZ32.8829.1116.98-
YUV147.63103.38160.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=44.88%
G=30.93%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313310400.310.460.2419.5541.7858.24
HexC1856801F2E18142a3a
Octal3012051500375630245272
Binary110000011000010111010000111111011101100010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18568; }

 p { color: rgb(193,133,104); }

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

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

 a { background-color: rgb(193,133,104); }

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

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

 span { border-color: rgb(193,133,104); }

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