#C09C96

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

Shades of Quicksand #C09C96

Tints of Quicksand #C09C96

Color information

#C09C96 (or 0xC09C96) is unknown color: approx Quicksand. HEX triplet: C0, 9C and 96. RGB value is (192,156,150). Sum of RGB (Red+Green+Blue) = 192+156+150=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C96 is #3F6369. Grayscale: #A6A6A6. Windows color (decimal): -4154218 or 9870528. OLE color: 9870528.

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

Color convert

RGB192156150-
CMYK00.190.220.25
HSL8.57º25%67.06%-
HSV(B)8.57º21.88%75.29%-
XYZ39.1337.1933.97-
YUV166.08118.93146.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=38.55%
G=31.33%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215615000.190.220.258.572567.06
HexC09C96013161991943
Octal30023422602326311131103
Binary11000000100111001001011001001110110110011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C96; }

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

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

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

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

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

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

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

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