Shades of Deco #CECF7B
Tints of Deco #CECF7B
RGB
CMYK
RGB Variations
Color information
#CECF7B (or 0xCECF7B) is known color: Deco. HEX triplet: CE, CF and 7B. RGB value is (206,207,123). Sum of RGB (Red+Green+Blue) = 206+207+123=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF7B is #313084. Grayscale: #C5C5C5. Windows color (decimal): -3223685 or 8114126. OLE color: 8114126.
HSL color Cylindrical-coordinate representation of color #CECF7B: hue angle of 60.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CECF7B is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 123 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.19 |
| HSL | 60.71º | 0.47% | 0.65% | - |
| HSV(B) | 60.71º | 0.41% | 0.81% | - |
| XYZ | 51.34 | 59.18 | 27.46 | - |
| YUV | 197.13 | 86.17 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 123 | 0.00 | 0 | 0.41 | 0.19 | 60.71 | 0.47 | 0.65 |
| Hex | CE | CF | 7B | 0 | 0 | 29 | 13 | 3D | 2F | 41 |
| Octal | 316 | 317 | 173 | 0 | 0 | 51 | 23 | 75 | 57 | 101 |
| Binary | 11001110 | 11001111 | 1111011 | 0 | 0 | 101001 | 10011 | 111101 | 101111 | 1000001 |
Color Harmonies of #CECF7B
Complementary color
Monochromatic Colors of #CECF7B
Black with #CECF7B
Text Example
Text Example
White with #CECF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF7B; }
p { color: rgb(206,207,123); }
H1.HeaderClassName
{
color: #CECF7B;
}
.AnyTagClassName
{
color: #CECF7B;
}
</style>
background-color css
<style>
a { background-color: #CECF7B; }
a { background-color: rgb(206,207,123); }
div.DivClassName
{
background-color: #CECF7B;
}
.BgClassName
{
background-color: #CECF7B;
}
</style>
border-color css
<style>
span { border-color: #CECF7B; }
span { border-color: rgb(206,207,123); }
td.TdClassName
{
border-color: #CECF7B;
}
.TagClassName
{
border-color: #CECF7B;
}
</style>