#C09B87

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

Shades of Quicksand #C09B87

Tints of Quicksand #C09B87

Color information

#C09B87 (or 0xC09B87) is unknown color: approx Quicksand. HEX triplet: C0, 9B and 87. RGB value is (192,155,135). Sum of RGB (Red+Green+Blue) = 192+155+135=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B87 is #3F6478. Grayscale: #A3A3A3. Windows color (decimal): -4154489 or 8887232. OLE color: 8887232.

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

Color convert

RGB192155135-
CMYK00.190.300.25
HSL21.05º31.15%64.12%-
HSV(B)21.05º29.69%75.29%-
XYZ37.8336.427.95-
YUV163.78111.76148.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 155 (60.94% from 255) = 32.16%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=39.83%
G=32.16%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215513500.190.300.2521.0531.1564.12
HexC09B870131E19151f40
Octal30023320702336312537100
Binary110000001001101110000111010011111101100110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09B87; }

 p { color: rgb(192,155,135); }

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

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

 a { background-color: rgb(192,155,135); }

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

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

 span { border-color: rgb(192,155,135); }

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