Shades of Deco #CCCF8A
Tints of Deco #CCCF8A
RGB
CMYK
RGB Variations
Color information
#CCCF8A (or 0xCCCF8A) is known color: Deco. HEX triplet: CC, CF and 8A. RGB value is (204,207,138). Sum of RGB (Red+Green+Blue) = 204+207+138=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF8A is #333075. Grayscale: #C6C6C6. Windows color (decimal): -3354742 or 9097164. OLE color: 9097164.
HSL color Cylindrical-coordinate representation of color #CCCF8A: hue angle of 62.61º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCCF8A is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 138 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.19 |
| HSL | 62.61º | 0.42% | 0.68% | - |
| HSV(B) | 62.61º | 0.33% | 0.81% | - |
| XYZ | 51.8 | 59.3 | 32.76 | - |
| YUV | 198.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 138 | 0.01 | 0 | 0.33 | 0.19 | 62.61 | 0.42 | 0.68 |
| Hex | CC | CF | 8A | 1 | 0 | 21 | 13 | 3F | 2A | 44 |
| Octal | 314 | 317 | 212 | 1 | 0 | 41 | 23 | 77 | 52 | 104 |
| Binary | 11001100 | 11001111 | 10001010 | 1 | 0 | 100001 | 10011 | 111111 | 101010 | 1000100 |
Color Harmonies of #CCCF8A
Complementary color
Monochromatic Colors of #CCCF8A
Black with #CCCF8A
Text Example
Text Example
White with #CCCF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF8A; }
p { color: rgb(204,207,138); }
H1.HeaderClassName
{
color: #CCCF8A;
}
.AnyTagClassName
{
color: #CCCF8A;
}
</style>
background-color css
<style>
a { background-color: #CCCF8A; }
a { background-color: rgb(204,207,138); }
div.DivClassName
{
background-color: #CCCF8A;
}
.BgClassName
{
background-color: #CCCF8A;
}
</style>
border-color css
<style>
span { border-color: #CCCF8A; }
span { border-color: rgb(204,207,138); }
td.TdClassName
{
border-color: #CCCF8A;
}
.TagClassName
{
border-color: #CCCF8A;
}
</style>