#C09690

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

Shades of Quicksand #C09690

Tints of Quicksand #C09690

Color information

#C09690 (or 0xC09690) is unknown color: approx Quicksand. HEX triplet: C0, 96 and 90. RGB value is (192,150,144). Sum of RGB (Red+Green+Blue) = 192+150+144=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C09690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09690 is #3F696F. Grayscale: #A1A1A1. Windows color (decimal): -4155760 or 9475776. OLE color: 9475776.

HSL color Cylindrical-coordinate representation of color #C09690: hue angle of 7.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09690 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB192150144-
CMYK00.220.250.25
HSL7.5º27.59%65.88%-
HSV(B)7.5º25%75.29%-
XYZ37.6835.0331.16-
YUV161.87117.91149.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=39.51%
G=30.86%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215014400.220.250.257.527.5965.88
HexC09690016191981c42
Octal30022622002631311034102
Binary11000000100101101001000001011011001110011000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09690; }

 p { color: rgb(192,150,144); }

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

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

 a { background-color: rgb(192,150,144); }

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

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

 span { border-color: rgb(192,150,144); }

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