Shades of Deco #CECF78
Tints of Deco #CECF78
RGB
CMYK
RGB Variations
Color information
#CECF78 (or 0xCECF78) is known color: Deco. HEX triplet: CE, CF and 78. RGB value is (206,207,120). Sum of RGB (Red+Green+Blue) = 206+207+120=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF78 is #313087. Grayscale: #C5C5C5. Windows color (decimal): -3223688 or 7917518. OLE color: 7917518.
HSL color Cylindrical-coordinate representation of color #CECF78: hue angle of 60.69º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CECF78 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 120 | - |
CMYK | 0.00 | 0 | 0.42 | 0.19 |
HSL | 60.69º | 0.48% | 0.64% | - |
HSV(B) | 60.69º | 0.42% | 0.81% | - |
XYZ | 51.16 | 59.1 | 26.48 | - |
YUV | 196.78 | 84.67 | 134.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 120 | 0.00 | 0 | 0.42 | 0.19 | 60.69 | 0.48 | 0.64 |
Hex | CE | CF | 78 | 0 | 0 | 2A | 13 | 3D | 30 | 40 |
Octal | 316 | 317 | 170 | 0 | 0 | 52 | 23 | 75 | 60 | 100 |
Binary | 11001110 | 11001111 | 1111000 | 0 | 0 | 101010 | 10011 | 111101 | 110000 | 1000000 |
Color Harmonies of #CECF78
Complementary color
Monochromatic Colors of #CECF78
Black with #CECF78
Text Example
Text Example
White with #CECF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF78; }
p { color: rgb(206,207,120); }
H1.HeaderClassName
{
color: #CECF78;
}
.AnyTagClassName
{
color: #CECF78;
}
</style>
background-color css
<style>
a { background-color: #CECF78; }
a { background-color: rgb(206,207,120); }
div.DivClassName
{
background-color: #CECF78;
}
.BgClassName
{
background-color: #CECF78;
}
</style>
border-color css
<style>
span { border-color: #CECF78; }
span { border-color: rgb(206,207,120); }
td.TdClassName
{
border-color: #CECF78;
}
.TagClassName
{
border-color: #CECF78;
}
</style>