Shades of Deco #CFD892
Tints of Deco #CFD892
RGB
CMYK
RGB Variations
Color information
#CFD892 (or 0xCFD892) is known color: Deco. HEX triplet: CF, D8 and 92. RGB value is (207,216,146). Sum of RGB (Red+Green+Blue) = 207+216+146=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD892 is #30276D. Grayscale: #CDCDCD. Windows color (decimal): -3155822 or 9623759. OLE color: 9623759.
HSL color Cylindrical-coordinate representation of color #CFD892: hue angle of 67.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFD892 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 146 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.15 |
| HSL | 67.71º | 0.47% | 0.71% | - |
| HSV(B) | 67.71º | 0.32% | 0.85% | - |
| XYZ | 55.48 | 64.45 | 36.71 | - |
| YUV | 205.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 146 | 0.04 | 0 | 0.32 | 0.15 | 67.71 | 0.47 | 0.71 |
| Hex | CF | D8 | 92 | 4 | 0 | 20 | F | 44 | 2F | 47 |
| Octal | 317 | 330 | 222 | 4 | 0 | 40 | 17 | 104 | 57 | 107 |
| Binary | 11001111 | 11011000 | 10010010 | 100 | 0 | 100000 | 1111 | 1000100 | 101111 | 1000111 |
Color Harmonies of #CFD892
Complementary color
Monochromatic Colors of #CFD892
Black with #CFD892
Text Example
Text Example
White with #CFD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD892; }
p { color: rgb(207,216,146); }
H1.HeaderClassName
{
color: #CFD892;
}
.AnyTagClassName
{
color: #CFD892;
}
</style>
background-color css
<style>
a { background-color: #CFD892; }
a { background-color: rgb(207,216,146); }
div.DivClassName
{
background-color: #CFD892;
}
.BgClassName
{
background-color: #CFD892;
}
</style>
border-color css
<style>
span { border-color: #CFD892; }
span { border-color: rgb(207,216,146); }
td.TdClassName
{
border-color: #CFD892;
}
.TagClassName
{
border-color: #CFD892;
}
</style>