Shades of Deco #CFD592
Tints of Deco #CFD592
RGB
CMYK
RGB Variations
Color information
#CFD592 (or 0xCFD592) is known color: Deco. HEX triplet: CF, D5 and 92. RGB value is (207,213,146). Sum of RGB (Red+Green+Blue) = 207+213+146=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD592 is #302A6D. Grayscale: #CBCBCB. Windows color (decimal): -3156590 or 9622991. OLE color: 9622991.
HSL color Cylindrical-coordinate representation of color #CFD592: hue angle of 65.37º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFD592 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 146 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.16 |
| HSL | 65.37º | 0.44% | 0.7% | - |
| HSV(B) | 65.37º | 0.31% | 0.84% | - |
| XYZ | 54.71 | 62.93 | 36.46 | - |
| YUV | 203.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 146 | 0.03 | 0 | 0.31 | 0.16 | 65.37 | 0.44 | 0.7 |
| Hex | CF | D5 | 92 | 3 | 0 | 1F | 10 | 41 | 2C | 46 |
| Octal | 317 | 325 | 222 | 3 | 0 | 37 | 20 | 101 | 54 | 106 |
| Binary | 11001111 | 11010101 | 10010010 | 11 | 0 | 11111 | 10000 | 1000001 | 101100 | 1000110 |
Color Harmonies of #CFD592
Complementary color
Monochromatic Colors of #CFD592
Black with #CFD592
Text Example
Text Example
White with #CFD592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD592; }
p { color: rgb(207,213,146); }
H1.HeaderClassName
{
color: #CFD592;
}
.AnyTagClassName
{
color: #CFD592;
}
</style>
background-color css
<style>
a { background-color: #CFD592; }
a { background-color: rgb(207,213,146); }
div.DivClassName
{
background-color: #CFD592;
}
.BgClassName
{
background-color: #CFD592;
}
</style>
border-color css
<style>
span { border-color: #CFD592; }
span { border-color: rgb(207,213,146); }
td.TdClassName
{
border-color: #CFD592;
}
.TagClassName
{
border-color: #CFD592;
}
</style>