Shades of Deco #CCCC8F
Tints of Deco #CCCC8F
RGB
CMYK
RGB Variations
Color information
#CCCC8F (or 0xCCCC8F) is known color: Deco. HEX triplet: CC, CC and 8F. RGB value is (204,204,143). Sum of RGB (Red+Green+Blue) = 204+204+143=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC8F is #333370. Grayscale: #C5C5C5. Windows color (decimal): -3355505 or 9424076. OLE color: 9424076.
HSL color Cylindrical-coordinate representation of color #CCCC8F: hue angle of 60º degrees, saturation: 0.37, 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 #CCCC8F is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 143 | - |
CMYK | 0 | 0 | 0.30 | 0.2 |
HSL | 60º | 0.37% | 0.68% | - |
HSV(B) | 60º | 0.3% | 0.8% | - |
XYZ | 51.45 | 58.01 | 34.47 | - |
YUV | 197.05 | 97.5 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 143 | 0 | 0 | 0.30 | 0.2 | 60 | 0.37 | 0.68 |
Hex | CC | CC | 8F | 0 | 0 | 1E | 14 | 3C | 25 | 44 |
Octal | 314 | 314 | 217 | 0 | 0 | 36 | 24 | 74 | 45 | 104 |
Binary | 11001100 | 11001100 | 10001111 | 0 | 0 | 11110 | 10100 | 111100 | 100101 | 1000100 |
Color Harmonies of #CCCC8F
Complementary color
Monochromatic Colors of #CCCC8F
Black with #CCCC8F
Text Example
Text Example
White with #CCCC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC8F; }
p { color: rgb(204,204,143); }
H1.HeaderClassName
{
color: #CCCC8F;
}
.AnyTagClassName
{
color: #CCCC8F;
}
</style>
background-color css
<style>
a { background-color: #CCCC8F; }
a { background-color: rgb(204,204,143); }
div.DivClassName
{
background-color: #CCCC8F;
}
.BgClassName
{
background-color: #CCCC8F;
}
</style>
border-color css
<style>
span { border-color: #CCCC8F; }
span { border-color: rgb(204,204,143); }
td.TdClassName
{
border-color: #CCCC8F;
}
.TagClassName
{
border-color: #CCCC8F;
}
</style>