Shades of Deco #CECF75
Tints of Deco #CECF75
RGB
CMYK
RGB Variations
Color information
#CECF75 (or 0xCECF75) is known color: Deco. HEX triplet: CE, CF and 75. RGB value is (206,207,117). Sum of RGB (Red+Green+Blue) = 206+207+117=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF75 is #31308A. Grayscale: #C4C4C4. Windows color (decimal): -3223691 or 7720910. OLE color: 7720910.
HSL color Cylindrical-coordinate representation of color #CECF75: hue angle of 60.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CECF75 is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 117 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.19 |
| HSL | 60.67º | 0.48% | 0.64% | - |
| HSV(B) | 60.67º | 0.43% | 0.81% | - |
| XYZ | 50.98 | 59.03 | 25.54 | - |
| YUV | 196.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 117 | 0.00 | 0 | 0.43 | 0.19 | 60.67 | 0.48 | 0.64 |
| Hex | CE | CF | 75 | 0 | 0 | 2B | 13 | 3D | 30 | 40 |
| Octal | 316 | 317 | 165 | 0 | 0 | 53 | 23 | 75 | 60 | 100 |
| Binary | 11001110 | 11001111 | 1110101 | 0 | 0 | 101011 | 10011 | 111101 | 110000 | 1000000 |
Color Harmonies of #CECF75
Complementary color
Monochromatic Colors of #CECF75
Black with #CECF75
Text Example
Text Example
White with #CECF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF75; }
p { color: rgb(206,207,117); }
H1.HeaderClassName
{
color: #CECF75;
}
.AnyTagClassName
{
color: #CECF75;
}
</style>
background-color css
<style>
a { background-color: #CECF75; }
a { background-color: rgb(206,207,117); }
div.DivClassName
{
background-color: #CECF75;
}
.BgClassName
{
background-color: #CECF75;
}
</style>
border-color css
<style>
span { border-color: #CECF75; }
span { border-color: rgb(206,207,117); }
td.TdClassName
{
border-color: #CECF75;
}
.TagClassName
{
border-color: #CECF75;
}
</style>