Shades of Deco #CFC975
Tints of Deco #CFC975
RGB
CMYK
RGB Variations
Color information
#CFC975 (or 0xCFC975) is known color: Deco. HEX triplet: CF, C9 and 75. RGB value is (207,201,117). Sum of RGB (Red+Green+Blue) = 207+201+117=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC975 is #30368A. Grayscale: #C1C1C1. Windows color (decimal): -3159691 or 7719375. OLE color: 7719375.
HSL color Cylindrical-coordinate representation of color #CFC975: hue angle of 56º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFC975 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 117 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.19 |
| HSL | 56º | 0.48% | 0.64% | - |
| HSV(B) | 56º | 0.43% | 0.81% | - |
| XYZ | 49.83 | 56.32 | 25.07 | - |
| YUV | 193.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 117 | 0 | 0.03 | 0.43 | 0.19 | 56 | 0.48 | 0.64 |
| Hex | CF | C9 | 75 | 0 | 3 | 2B | 13 | 38 | 30 | 40 |
| Octal | 317 | 311 | 165 | 0 | 3 | 53 | 23 | 70 | 60 | 100 |
| Binary | 11001111 | 11001001 | 1110101 | 0 | 11 | 101011 | 10011 | 111000 | 110000 | 1000000 |
Color Harmonies of #CFC975
Complementary color
Monochromatic Colors of #CFC975
Black with #CFC975
Text Example
Text Example
White with #CFC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC975; }
p { color: rgb(207,201,117); }
H1.HeaderClassName
{
color: #CFC975;
}
.AnyTagClassName
{
color: #CFC975;
}
</style>
background-color css
<style>
a { background-color: #CFC975; }
a { background-color: rgb(207,201,117); }
div.DivClassName
{
background-color: #CFC975;
}
.BgClassName
{
background-color: #CFC975;
}
</style>
border-color css
<style>
span { border-color: #CFC975; }
span { border-color: rgb(207,201,117); }
td.TdClassName
{
border-color: #CFC975;
}
.TagClassName
{
border-color: #CFC975;
}
</style>