Shades of Deco #CFD295
Tints of Deco #CFD295
RGB
CMYK
RGB Variations
Color information
#CFD295 (or 0xCFD295) is known color: Deco. HEX triplet: CF, D2 and 95. RGB value is (207,210,149). Sum of RGB (Red+Green+Blue) = 207+210+149=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD295 is #302D6A. Grayscale: #CACACA. Windows color (decimal): -3157355 or 9818831. OLE color: 9818831.
HSL color Cylindrical-coordinate representation of color #CFD295: hue angle of 62.95º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFD295 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 149 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.18 |
| HSL | 62.95º | 0.4% | 0.7% | - |
| HSV(B) | 62.95º | 0.29% | 0.82% | - |
| XYZ | 54.2 | 61.53 | 37.45 | - |
| YUV | 202.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 149 | 0.01 | 0 | 0.29 | 0.18 | 62.95 | 0.4 | 0.7 |
| Hex | CF | D2 | 95 | 1 | 0 | 1D | 12 | 3F | 28 | 46 |
| Octal | 317 | 322 | 225 | 1 | 0 | 35 | 22 | 77 | 50 | 106 |
| Binary | 11001111 | 11010010 | 10010101 | 1 | 0 | 11101 | 10010 | 111111 | 101000 | 1000110 |
Color Harmonies of #CFD295
Complementary color
Monochromatic Colors of #CFD295
Black with #CFD295
Text Example
Text Example
White with #CFD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD295; }
p { color: rgb(207,210,149); }
H1.HeaderClassName
{
color: #CFD295;
}
.AnyTagClassName
{
color: #CFD295;
}
</style>
background-color css
<style>
a { background-color: #CFD295; }
a { background-color: rgb(207,210,149); }
div.DivClassName
{
background-color: #CFD295;
}
.BgClassName
{
background-color: #CFD295;
}
</style>
border-color css
<style>
span { border-color: #CFD295; }
span { border-color: rgb(207,210,149); }
td.TdClassName
{
border-color: #CFD295;
}
.TagClassName
{
border-color: #CFD295;
}
</style>