Shades of Quicksand #C99B8C
Tints of Quicksand #C99B8C
RGB
CMYK
RGB Variations
Color information
#C99B8C (or 0xC99B8C) is known color: Quicksand. HEX triplet: C9, 9B and 8C. RGB value is (201,155,140). Sum of RGB (Red+Green+Blue) = 201+155+140=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99B8C is #366473. Grayscale: #A7A7A7. Windows color (decimal): -3564660 or 9214921. OLE color: 9214921.
HSL color Cylindrical-coordinate representation of color #C99B8C: hue angle of 14.75º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C99B8C is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 140 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.21 |
| HSL | 14.75º | 0.36% | 0.67% | - |
| HSV(B) | 14.75º | 0.3% | 0.79% | - |
| XYZ | 40.54 | 37.75 | 29.96 | - |
| YUV | 167.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 140 | 0 | 0.23 | 0.30 | 0.21 | 14.75 | 0.36 | 0.67 |
| Hex | C9 | 9B | 8C | 0 | 17 | 1E | 15 | F | 24 | 43 |
| Octal | 311 | 233 | 214 | 0 | 27 | 36 | 25 | 17 | 44 | 103 |
| Binary | 11001001 | 10011011 | 10001100 | 0 | 10111 | 11110 | 10101 | 1111 | 100100 | 1000011 |
Color Harmonies of #C99B8C
Complementary color
Monochromatic Colors of #C99B8C
Black with #C99B8C
Text Example
Text Example
White with #C99B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99B8C; }
p { color: rgb(201,155,140); }
H1.HeaderClassName
{
color: #C99B8C;
}
.AnyTagClassName
{
color: #C99B8C;
}
</style>
background-color css
<style>
a { background-color: #C99B8C; }
a { background-color: rgb(201,155,140); }
div.DivClassName
{
background-color: #C99B8C;
}
.BgClassName
{
background-color: #C99B8C;
}
</style>
border-color css
<style>
span { border-color: #C99B8C; }
span { border-color: rgb(201,155,140); }
td.TdClassName
{
border-color: #C99B8C;
}
.TagClassName
{
border-color: #C99B8C;
}
</style>