Shades of Deco #CFD695
Tints of Deco #CFD695
RGB
CMYK
RGB Variations
Color information
#CFD695 (or 0xCFD695) is known color: Deco. HEX triplet: CF, D6 and 95. RGB value is (207,214,149). Sum of RGB (Red+Green+Blue) = 207+214+149=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD695 is #30296A. Grayscale: #CCCCCC. Windows color (decimal): -3156331 or 9819855. OLE color: 9819855.
HSL color Cylindrical-coordinate representation of color #CFD695: hue angle of 66.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFD695 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 149 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.16 |
| HSL | 66.46º | 0.44% | 0.71% | - |
| HSV(B) | 66.46º | 0.3% | 0.84% | - |
| XYZ | 55.2 | 63.53 | 37.79 | - |
| YUV | 204.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 149 | 0.03 | 0 | 0.30 | 0.16 | 66.46 | 0.44 | 0.71 |
| Hex | CF | D6 | 95 | 3 | 0 | 1E | 10 | 42 | 2C | 47 |
| Octal | 317 | 326 | 225 | 3 | 0 | 36 | 20 | 102 | 54 | 107 |
| Binary | 11001111 | 11010110 | 10010101 | 11 | 0 | 11110 | 10000 | 1000010 | 101100 | 1000111 |
Color Harmonies of #CFD695
Complementary color
Monochromatic Colors of #CFD695
Black with #CFD695
Text Example
Text Example
White with #CFD695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD695; }
p { color: rgb(207,214,149); }
H1.HeaderClassName
{
color: #CFD695;
}
.AnyTagClassName
{
color: #CFD695;
}
</style>
background-color css
<style>
a { background-color: #CFD695; }
a { background-color: rgb(207,214,149); }
div.DivClassName
{
background-color: #CFD695;
}
.BgClassName
{
background-color: #CFD695;
}
</style>
border-color css
<style>
span { border-color: #CFD695; }
span { border-color: rgb(207,214,149); }
td.TdClassName
{
border-color: #CFD695;
}
.TagClassName
{
border-color: #CFD695;
}
</style>