Shades of Deco #CCCF7B
Tints of Deco #CCCF7B
RGB
CMYK
RGB Variations
Color information
#CCCF7B (or 0xCCCF7B) is known color: Deco. HEX triplet: CC, CF and 7B. RGB value is (204,207,123). Sum of RGB (Red+Green+Blue) = 204+207+123=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF7B is #333084. Grayscale: #C4C4C4. Windows color (decimal): -3354757 or 8114124. OLE color: 8114124.
HSL color Cylindrical-coordinate representation of color #CCCF7B: hue angle of 62.14º 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 #CCCF7B is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 123 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.19 |
| HSL | 62.14º | 0.47% | 0.65% | - |
| HSV(B) | 62.14º | 0.41% | 0.81% | - |
| XYZ | 50.79 | 58.89 | 27.43 | - |
| YUV | 196.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 123 | 0.01 | 0 | 0.41 | 0.19 | 62.14 | 0.47 | 0.65 |
| Hex | CC | CF | 7B | 1 | 0 | 29 | 13 | 3E | 2F | 41 |
| Octal | 314 | 317 | 173 | 1 | 0 | 51 | 23 | 76 | 57 | 101 |
| Binary | 11001100 | 11001111 | 1111011 | 1 | 0 | 101001 | 10011 | 111110 | 101111 | 1000001 |
Color Harmonies of #CCCF7B
Complementary color
Monochromatic Colors of #CCCF7B
Black with #CCCF7B
Text Example
Text Example
White with #CCCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF7B; }
p { color: rgb(204,207,123); }
H1.HeaderClassName
{
color: #CCCF7B;
}
.AnyTagClassName
{
color: #CCCF7B;
}
</style>
background-color css
<style>
a { background-color: #CCCF7B; }
a { background-color: rgb(204,207,123); }
div.DivClassName
{
background-color: #CCCF7B;
}
.BgClassName
{
background-color: #CCCF7B;
}
</style>
border-color css
<style>
span { border-color: #CCCF7B; }
span { border-color: rgb(204,207,123); }
td.TdClassName
{
border-color: #CCCF7B;
}
.TagClassName
{
border-color: #CCCF7B;
}
</style>