Shades of Quicksand #CF978A
Tints of Quicksand #CF978A
RGB
CMYK
RGB Variations
Color information
#CF978A (or 0xCF978A) is known color: Quicksand. HEX triplet: CF, 97 and 8A. RGB value is (207,151,138). Sum of RGB (Red+Green+Blue) = 207+151+138=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF978A is #306875. Grayscale: #A6A6A6. Windows color (decimal): -3172470 or 9082831. OLE color: 9082831.
HSL color Cylindrical-coordinate representation of color #CF978A: hue angle of 11.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF978A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 138 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.19 |
| HSL | 11.3º | 0.42% | 0.68% | - |
| HSV(B) | 11.3º | 0.33% | 0.81% | - |
| XYZ | 41.39 | 37.23 | 29.05 | - |
| YUV | 166.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 138 | 0 | 0.27 | 0.33 | 0.19 | 11.3 | 0.42 | 0.68 |
| Hex | CF | 97 | 8A | 0 | 1B | 21 | 13 | B | 2A | 44 |
| Octal | 317 | 227 | 212 | 0 | 33 | 41 | 23 | 13 | 52 | 104 |
| Binary | 11001111 | 10010111 | 10001010 | 0 | 11011 | 100001 | 10011 | 1011 | 101010 | 1000100 |
Color Harmonies of #CF978A
Complementary color
Monochromatic Colors of #CF978A
Black with #CF978A
Text Example
Text Example
White with #CF978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF978A; }
p { color: rgb(207,151,138); }
H1.HeaderClassName
{
color: #CF978A;
}
.AnyTagClassName
{
color: #CF978A;
}
</style>
background-color css
<style>
a { background-color: #CF978A; }
a { background-color: rgb(207,151,138); }
div.DivClassName
{
background-color: #CF978A;
}
.BgClassName
{
background-color: #CF978A;
}
</style>
border-color css
<style>
span { border-color: #CF978A; }
span { border-color: rgb(207,151,138); }
td.TdClassName
{
border-color: #CF978A;
}
.TagClassName
{
border-color: #CF978A;
}
</style>