Shades of Deco #CBD595
Tints of Deco #CBD595
RGB
CMYK
RGB Variations
Color information
#CBD595 (or 0xCBD595) is known color: Deco. HEX triplet: CB, D5 and 95. RGB value is (203,213,149). Sum of RGB (Red+Green+Blue) = 203+213+149=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD595 is #342A6A. Grayscale: #CACACA. Windows color (decimal): -3418731 or 9819595. OLE color: 9819595.
HSL color Cylindrical-coordinate representation of color #CBD595: hue angle of 69.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBD595 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 149 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.16 |
| HSL | 69.38º | 0.43% | 0.71% | - |
| HSV(B) | 69.38º | 0.3% | 0.84% | - |
| XYZ | 53.85 | 62.45 | 37.65 | - |
| YUV | 202.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 149 | 0.05 | 0 | 0.30 | 0.16 | 69.38 | 0.43 | 0.71 |
| Hex | CB | D5 | 95 | 5 | 0 | 1E | 10 | 45 | 2B | 47 |
| Octal | 313 | 325 | 225 | 5 | 0 | 36 | 20 | 105 | 53 | 107 |
| Binary | 11001011 | 11010101 | 10010101 | 101 | 0 | 11110 | 10000 | 1000101 | 101011 | 1000111 |
Color Harmonies of #CBD595
Complementary color
Monochromatic Colors of #CBD595
Black with #CBD595
Text Example
Text Example
White with #CBD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD595; }
p { color: rgb(203,213,149); }
H1.HeaderClassName
{
color: #CBD595;
}
.AnyTagClassName
{
color: #CBD595;
}
</style>
background-color css
<style>
a { background-color: #CBD595; }
a { background-color: rgb(203,213,149); }
div.DivClassName
{
background-color: #CBD595;
}
.BgClassName
{
background-color: #CBD595;
}
</style>
border-color css
<style>
span { border-color: #CBD595; }
span { border-color: rgb(203,213,149); }
td.TdClassName
{
border-color: #CBD595;
}
.TagClassName
{
border-color: #CBD595;
}
</style>