Shades of Deco #CFD095
Tints of Deco #CFD095
RGB
CMYK
RGB Variations
Color information
#CFD095 (or 0xCFD095) is known color: Deco. HEX triplet: CF, D0 and 95. RGB value is (207,208,149). Sum of RGB (Red+Green+Blue) = 207+208+149=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD095 is #302F6A. Grayscale: #C9C9C9. Windows color (decimal): -3157867 or 9818319. OLE color: 9818319.
HSL color Cylindrical-coordinate representation of color #CFD095: hue angle of 61.02º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFD095 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 149 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.18 |
| HSL | 61.02º | 0.39% | 0.7% | - |
| HSV(B) | 61.02º | 0.28% | 0.82% | - |
| XYZ | 53.71 | 60.55 | 37.29 | - |
| YUV | 200.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 149 | 0.00 | 0 | 0.28 | 0.18 | 61.02 | 0.39 | 0.7 |
| Hex | CF | D0 | 95 | 0 | 0 | 1C | 12 | 3D | 27 | 46 |
| Octal | 317 | 320 | 225 | 0 | 0 | 34 | 22 | 75 | 47 | 106 |
| Binary | 11001111 | 11010000 | 10010101 | 0 | 0 | 11100 | 10010 | 111101 | 100111 | 1000110 |
Color Harmonies of #CFD095
Complementary color
Monochromatic Colors of #CFD095
Black with #CFD095
Text Example
Text Example
White with #CFD095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD095; }
p { color: rgb(207,208,149); }
H1.HeaderClassName
{
color: #CFD095;
}
.AnyTagClassName
{
color: #CFD095;
}
</style>
background-color css
<style>
a { background-color: #CFD095; }
a { background-color: rgb(207,208,149); }
div.DivClassName
{
background-color: #CFD095;
}
.BgClassName
{
background-color: #CFD095;
}
</style>
border-color css
<style>
span { border-color: #CFD095; }
span { border-color: rgb(207,208,149); }
td.TdClassName
{
border-color: #CFD095;
}
.TagClassName
{
border-color: #CFD095;
}
</style>