Shades of Deco #CBCF7D
Tints of Deco #CBCF7D
RGB
CMYK
RGB Variations
Color information
#CBCF7D (or 0xCBCF7D) is known color: Deco. HEX triplet: CB, CF and 7D. RGB value is (203,207,125). Sum of RGB (Red+Green+Blue) = 203+207+125=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCF7D is #343082. Grayscale: #C4C4C4. Windows color (decimal): -3420291 or 8245195. OLE color: 8245195.
HSL color Cylindrical-coordinate representation of color #CBCF7D: hue angle of 62.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBCF7D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 125 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.19 |
| HSL | 62.93º | 0.46% | 0.65% | - |
| HSV(B) | 62.93º | 0.4% | 0.81% | - |
| XYZ | 50.64 | 58.8 | 28.08 | - |
| YUV | 196.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 125 | 0.02 | 0 | 0.40 | 0.19 | 62.93 | 0.46 | 0.65 |
| Hex | CB | CF | 7D | 2 | 0 | 28 | 13 | 3F | 2E | 41 |
| Octal | 313 | 317 | 175 | 2 | 0 | 50 | 23 | 77 | 56 | 101 |
| Binary | 11001011 | 11001111 | 1111101 | 10 | 0 | 101000 | 10011 | 111111 | 101110 | 1000001 |
Color Harmonies of #CBCF7D
Complementary color
Monochromatic Colors of #CBCF7D
Black with #CBCF7D
Text Example
Text Example
White with #CBCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF7D; }
p { color: rgb(203,207,125); }
H1.HeaderClassName
{
color: #CBCF7D;
}
.AnyTagClassName
{
color: #CBCF7D;
}
</style>
background-color css
<style>
a { background-color: #CBCF7D; }
a { background-color: rgb(203,207,125); }
div.DivClassName
{
background-color: #CBCF7D;
}
.BgClassName
{
background-color: #CBCF7D;
}
</style>
border-color css
<style>
span { border-color: #CBCF7D; }
span { border-color: rgb(203,207,125); }
td.TdClassName
{
border-color: #CBCF7D;
}
.TagClassName
{
border-color: #CBCF7D;
}
</style>