Shades of Deco #CBCD77
Tints of Deco #CBCD77
RGB
CMYK
RGB Variations
Color information
#CBCD77 (or 0xCBCD77) is known color: Deco. HEX triplet: CB, CD and 77. RGB value is (203,205,119). Sum of RGB (Red+Green+Blue) = 203+205+119=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD77 is #343288. Grayscale: #C2C2C2. Windows color (decimal): -3420809 or 7851467. OLE color: 7851467.
HSL color Cylindrical-coordinate representation of color #CBCD77: hue angle of 61.4º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBCD77 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 119 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.20 |
| HSL | 61.4º | 0.46% | 0.64% | - |
| HSV(B) | 61.4º | 0.42% | 0.8% | - |
| XYZ | 49.79 | 57.69 | 25.96 | - |
| YUV | 194.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 119 | 0.01 | 0 | 0.42 | 0.20 | 61.4 | 0.46 | 0.64 |
| Hex | CB | CD | 77 | 1 | 0 | 2A | 14 | 3D | 2E | 40 |
| Octal | 313 | 315 | 167 | 1 | 0 | 52 | 24 | 75 | 56 | 100 |
| Binary | 11001011 | 11001101 | 1110111 | 1 | 0 | 101010 | 10100 | 111101 | 101110 | 1000000 |
Color Harmonies of #CBCD77
Complementary color
Monochromatic Colors of #CBCD77
Black with #CBCD77
Text Example
Text Example
White with #CBCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD77; }
p { color: rgb(203,205,119); }
H1.HeaderClassName
{
color: #CBCD77;
}
.AnyTagClassName
{
color: #CBCD77;
}
</style>
background-color css
<style>
a { background-color: #CBCD77; }
a { background-color: rgb(203,205,119); }
div.DivClassName
{
background-color: #CBCD77;
}
.BgClassName
{
background-color: #CBCD77;
}
</style>
border-color css
<style>
span { border-color: #CBCD77; }
span { border-color: rgb(203,205,119); }
td.TdClassName
{
border-color: #CBCD77;
}
.TagClassName
{
border-color: #CBCD77;
}
</style>