Shades of Deco #CFCA83
Tints of Deco #CFCA83
RGB
CMYK
RGB Variations
Color information
#CFCA83 (or 0xCFCA83) is known color: Deco. HEX triplet: CF, CA and 83. RGB value is (207,202,131). Sum of RGB (Red+Green+Blue) = 207+202+131=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA83 is #30357C. Grayscale: #C3C3C3. Windows color (decimal): -3159421 or 8637135. OLE color: 8637135.
HSL color Cylindrical-coordinate representation of color #CFCA83: hue angle of 56.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFCA83 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 131 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.19 |
| HSL | 56.05º | 0.44% | 0.66% | - |
| HSV(B) | 56.05º | 0.37% | 0.81% | - |
| XYZ | 50.95 | 57.15 | 29.82 | - |
| YUV | 195.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 131 | 0 | 0.02 | 0.37 | 0.19 | 56.05 | 0.44 | 0.66 |
| Hex | CF | CA | 83 | 0 | 2 | 25 | 13 | 38 | 2C | 42 |
| Octal | 317 | 312 | 203 | 0 | 2 | 45 | 23 | 70 | 54 | 102 |
| Binary | 11001111 | 11001010 | 10000011 | 0 | 10 | 100101 | 10011 | 111000 | 101100 | 1000010 |
Color Harmonies of #CFCA83
Complementary color
Monochromatic Colors of #CFCA83
Black with #CFCA83
Text Example
Text Example
White with #CFCA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA83; }
p { color: rgb(207,202,131); }
H1.HeaderClassName
{
color: #CFCA83;
}
.AnyTagClassName
{
color: #CFCA83;
}
</style>
background-color css
<style>
a { background-color: #CFCA83; }
a { background-color: rgb(207,202,131); }
div.DivClassName
{
background-color: #CFCA83;
}
.BgClassName
{
background-color: #CFCA83;
}
</style>
border-color css
<style>
span { border-color: #CFCA83; }
span { border-color: rgb(207,202,131); }
td.TdClassName
{
border-color: #CFCA83;
}
.TagClassName
{
border-color: #CFCA83;
}
</style>