Shades of Deco #CCCD8F
Tints of Deco #CCCD8F
RGB
CMYK
RGB Variations
Color information
#CCCD8F (or 0xCCCD8F) is known color: Deco. HEX triplet: CC, CD and 8F. RGB value is (204,205,143). Sum of RGB (Red+Green+Blue) = 204+205+143=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD8F is #333270. Grayscale: #C5C5C5. Windows color (decimal): -3355249 or 9424332. OLE color: 9424332.
HSL color Cylindrical-coordinate representation of color #CCCD8F: hue angle of 60.97º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCCD8F is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 143 | - |
| CMYK | 0.00 | 0 | 0.30 | 0.20 |
| HSL | 60.97º | 0.38% | 0.68% | - |
| HSV(B) | 60.97º | 0.3% | 0.8% | - |
| XYZ | 51.69 | 58.48 | 34.55 | - |
| YUV | 197.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 143 | 0.00 | 0 | 0.30 | 0.20 | 60.97 | 0.38 | 0.68 |
| Hex | CC | CD | 8F | 0 | 0 | 1E | 14 | 3D | 26 | 44 |
| Octal | 314 | 315 | 217 | 0 | 0 | 36 | 24 | 75 | 46 | 104 |
| Binary | 11001100 | 11001101 | 10001111 | 0 | 0 | 11110 | 10100 | 111101 | 100110 | 1000100 |
Color Harmonies of #CCCD8F
Complementary color
Monochromatic Colors of #CCCD8F
Black with #CCCD8F
Text Example
Text Example
White with #CCCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD8F; }
p { color: rgb(204,205,143); }
H1.HeaderClassName
{
color: #CCCD8F;
}
.AnyTagClassName
{
color: #CCCD8F;
}
</style>
background-color css
<style>
a { background-color: #CCCD8F; }
a { background-color: rgb(204,205,143); }
div.DivClassName
{
background-color: #CCCD8F;
}
.BgClassName
{
background-color: #CCCD8F;
}
</style>
border-color css
<style>
span { border-color: #CCCD8F; }
span { border-color: rgb(204,205,143); }
td.TdClassName
{
border-color: #CCCD8F;
}
.TagClassName
{
border-color: #CCCD8F;
}
</style>