#C18668

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

Shades of Burning Sand #C18668

Tints of Burning Sand #C18668

Color information

#C18668 (or 0xC18668) is unknown color: approx Burning Sand. HEX triplet: C1, 86 and 68. RGB value is (193,134,104). Sum of RGB (Red+Green+Blue) = 193+134+104=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C18668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18668 is #3E7997. Grayscale: #949494. Windows color (decimal): -4094360 or 6850241. OLE color: 6850241.

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

Color convert

RGB193134104-
CMYK00.310.460.24
HSL20.22º41.78%58.24%-
HSV(B)20.22º46.11%75.69%-
XYZ33.0229.3917.03-
YUV148.22103.05159.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=44.78%
G=31.09%
B=24.13%

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
Decimal19313410400.310.460.2420.2241.7858.24
HexC1866801F2E18142a3a
Octal3012061500375630245272
Binary110000011000011011010000111111011101100010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18668; }

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

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

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

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

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

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

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

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