Shades of Deco #CFCA7A
Tints of Deco #CFCA7A
RGB
CMYK
RGB Variations
Color information
#CFCA7A (or 0xCFCA7A) is known color: Deco. HEX triplet: CF, CA and 7A. RGB value is (207,202,122). Sum of RGB (Red+Green+Blue) = 207+202+122=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA7A is #303585. Grayscale: #C2C2C2. Windows color (decimal): -3159430 or 8047311. OLE color: 8047311.
HSL color Cylindrical-coordinate representation of color #CFCA7A: hue angle of 56.47º 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 #CFCA7A is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 122 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.19 |
| HSL | 56.47º | 0.47% | 0.65% | - |
| HSV(B) | 56.47º | 0.41% | 0.81% | - |
| XYZ | 50.37 | 56.91 | 26.74 | - |
| YUV | 194.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 122 | 0 | 0.02 | 0.41 | 0.19 | 56.47 | 0.47 | 0.65 |
| Hex | CF | CA | 7A | 0 | 2 | 29 | 13 | 38 | 2F | 41 |
| Octal | 317 | 312 | 172 | 0 | 2 | 51 | 23 | 70 | 57 | 101 |
| Binary | 11001111 | 11001010 | 1111010 | 0 | 10 | 101001 | 10011 | 111000 | 101111 | 1000001 |
Color Harmonies of #CFCA7A
Complementary color
Monochromatic Colors of #CFCA7A
Black with #CFCA7A
Text Example
Text Example
White with #CFCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA7A; }
p { color: rgb(207,202,122); }
H1.HeaderClassName
{
color: #CFCA7A;
}
.AnyTagClassName
{
color: #CFCA7A;
}
</style>
background-color css
<style>
a { background-color: #CFCA7A; }
a { background-color: rgb(207,202,122); }
div.DivClassName
{
background-color: #CFCA7A;
}
.BgClassName
{
background-color: #CFCA7A;
}
</style>
border-color css
<style>
span { border-color: #CFCA7A; }
span { border-color: rgb(207,202,122); }
td.TdClassName
{
border-color: #CFCA7A;
}
.TagClassName
{
border-color: #CFCA7A;
}
</style>