Shades of Harp #CBDAB3
Tints of Harp #CBDAB3
RGB
CMYK
RGB Variations
Color information
#CBDAB3 (or 0xCBDAB3) is known color: Harp. HEX triplet: CB, DA and B3. RGB value is (203,218,179). Sum of RGB (Red+Green+Blue) = 203+218+179=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDAB3 is #34254C. Grayscale: #D1D1D1. Windows color (decimal): -3417421 or 11786955. OLE color: 11786955.
HSL color Cylindrical-coordinate representation of color #CBDAB3: hue angle of 83.08º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBDAB3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 179 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.15 |
| HSL | 83.08º | 0.35% | 0.78% | - |
| HSV(B) | 83.08º | 0.18% | 0.85% | - |
| XYZ | 57.84 | 66.09 | 52.36 | - |
| YUV | 209.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 179 | 0.07 | 0 | 0.18 | 0.15 | 83.08 | 0.35 | 0.78 |
| Hex | CB | DA | B3 | 7 | 0 | 12 | F | 53 | 23 | 4E |
| Octal | 313 | 332 | 263 | 7 | 0 | 22 | 17 | 123 | 43 | 116 |
| Binary | 11001011 | 11011010 | 10110011 | 111 | 0 | 10010 | 1111 | 1010011 | 100011 | 1001110 |
Color Harmonies of #CBDAB3
Complementary color
Monochromatic Colors of #CBDAB3
Black with #CBDAB3
Text Example
Text Example
White with #CBDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAB3; }
p { color: rgb(203,218,179); }
H1.HeaderClassName
{
color: #CBDAB3;
}
.AnyTagClassName
{
color: #CBDAB3;
}
</style>
background-color css
<style>
a { background-color: #CBDAB3; }
a { background-color: rgb(203,218,179); }
div.DivClassName
{
background-color: #CBDAB3;
}
.BgClassName
{
background-color: #CBDAB3;
}
</style>
border-color css
<style>
span { border-color: #CBDAB3; }
span { border-color: rgb(203,218,179); }
td.TdClassName
{
border-color: #CBDAB3;
}
.TagClassName
{
border-color: #CBDAB3;
}
</style>