Shades of Deco #CFCF7A
Tints of Deco #CFCF7A
RGB
CMYK
RGB Variations
Color information
#CFCF7A (or 0xCFCF7A) is known color: Deco. HEX triplet: CF, CF and 7A. RGB value is (207,207,122). Sum of RGB (Red+Green+Blue) = 207+207+122=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF7A is #303085. Grayscale: #C5C5C5. Windows color (decimal): -3158150 or 8048591. OLE color: 8048591.
HSL color Cylindrical-coordinate representation of color #CFCF7A: hue angle of 60º 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 #CFCF7A is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 122 | - |
| CMYK | 0 | 0 | 0.41 | 0.19 |
| HSL | 60º | 0.47% | 0.65% | - |
| HSV(B) | 60º | 0.41% | 0.81% | - |
| XYZ | 51.56 | 59.3 | 27.14 | - |
| YUV | 197.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 122 | 0 | 0 | 0.41 | 0.19 | 60 | 0.47 | 0.65 |
| Hex | CF | CF | 7A | 0 | 0 | 29 | 13 | 3C | 2F | 41 |
| Octal | 317 | 317 | 172 | 0 | 0 | 51 | 23 | 74 | 57 | 101 |
| Binary | 11001111 | 11001111 | 1111010 | 0 | 0 | 101001 | 10011 | 111100 | 101111 | 1000001 |
Color Harmonies of #CFCF7A
Complementary color
Monochromatic Colors of #CFCF7A
Black with #CFCF7A
Text Example
Text Example
White with #CFCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF7A; }
p { color: rgb(207,207,122); }
H1.HeaderClassName
{
color: #CFCF7A;
}
.AnyTagClassName
{
color: #CFCF7A;
}
</style>
background-color css
<style>
a { background-color: #CFCF7A; }
a { background-color: rgb(207,207,122); }
div.DivClassName
{
background-color: #CFCF7A;
}
.BgClassName
{
background-color: #CFCF7A;
}
</style>
border-color css
<style>
span { border-color: #CFCF7A; }
span { border-color: rgb(207,207,122); }
td.TdClassName
{
border-color: #CFCF7A;
}
.TagClassName
{
border-color: #CFCF7A;
}
</style>