Shades of Deco #CFCB7B
Tints of Deco #CFCB7B
RGB
CMYK
RGB Variations
Color information
#CFCB7B (or 0xCFCB7B) is known color: Deco. HEX triplet: CF, CB and 7B. RGB value is (207,203,123). Sum of RGB (Red+Green+Blue) = 207+203+123=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB7B is #303484. Grayscale: #C3C3C3. Windows color (decimal): -3159173 or 8113103. OLE color: 8113103.
HSL color Cylindrical-coordinate representation of color #CFCB7B: hue angle of 57.14º 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 #CFCB7B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 123 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.19 |
| HSL | 57.14º | 0.47% | 0.65% | - |
| HSV(B) | 57.14º | 0.41% | 0.81% | - |
| XYZ | 50.66 | 57.41 | 27.15 | - |
| YUV | 195.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 123 | 0 | 0.02 | 0.41 | 0.19 | 57.14 | 0.47 | 0.65 |
| Hex | CF | CB | 7B | 0 | 2 | 29 | 13 | 39 | 2F | 41 |
| Octal | 317 | 313 | 173 | 0 | 2 | 51 | 23 | 71 | 57 | 101 |
| Binary | 11001111 | 11001011 | 1111011 | 0 | 10 | 101001 | 10011 | 111001 | 101111 | 1000001 |
Color Harmonies of #CFCB7B
Complementary color
Monochromatic Colors of #CFCB7B
Black with #CFCB7B
Text Example
Text Example
White with #CFCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB7B; }
p { color: rgb(207,203,123); }
H1.HeaderClassName
{
color: #CFCB7B;
}
.AnyTagClassName
{
color: #CFCB7B;
}
</style>
background-color css
<style>
a { background-color: #CFCB7B; }
a { background-color: rgb(207,203,123); }
div.DivClassName
{
background-color: #CFCB7B;
}
.BgClassName
{
background-color: #CFCB7B;
}
</style>
border-color css
<style>
span { border-color: #CFCB7B; }
span { border-color: rgb(207,203,123); }
td.TdClassName
{
border-color: #CFCB7B;
}
.TagClassName
{
border-color: #CFCB7B;
}
</style>