Shades of Harp #CBD6AD
Tints of Harp #CBD6AD
RGB
CMYK
RGB Variations
Color information
#CBD6AD (or 0xCBD6AD) is known color: Harp. HEX triplet: CB, D6 and AD. RGB value is (203,214,173). Sum of RGB (Red+Green+Blue) = 203+214+173=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD6AD is #342952. Grayscale: #CECECE. Windows color (decimal): -3418451 or 11392715. OLE color: 11392715.
HSL color Cylindrical-coordinate representation of color #CBD6AD: hue angle of 76.1º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD6AD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 173 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.16 |
| HSL | 76.1º | 0.33% | 0.76% | - |
| HSV(B) | 76.1º | 0.19% | 0.84% | - |
| XYZ | 56.22 | 63.81 | 48.89 | - |
| YUV | 206.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 173 | 0.05 | 0 | 0.19 | 0.16 | 76.1 | 0.33 | 0.76 |
| Hex | CB | D6 | AD | 5 | 0 | 13 | 10 | 4C | 21 | 4C |
| Octal | 313 | 326 | 255 | 5 | 0 | 23 | 20 | 114 | 41 | 114 |
| Binary | 11001011 | 11010110 | 10101101 | 101 | 0 | 10011 | 10000 | 1001100 | 100001 | 1001100 |
Color Harmonies of #CBD6AD
Complementary color
Monochromatic Colors of #CBD6AD
Black with #CBD6AD
Text Example
Text Example
White with #CBD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6AD; }
p { color: rgb(203,214,173); }
H1.HeaderClassName
{
color: #CBD6AD;
}
.AnyTagClassName
{
color: #CBD6AD;
}
</style>
background-color css
<style>
a { background-color: #CBD6AD; }
a { background-color: rgb(203,214,173); }
div.DivClassName
{
background-color: #CBD6AD;
}
.BgClassName
{
background-color: #CBD6AD;
}
</style>
border-color css
<style>
span { border-color: #CBD6AD; }
span { border-color: rgb(203,214,173); }
td.TdClassName
{
border-color: #CBD6AD;
}
.TagClassName
{
border-color: #CBD6AD;
}
</style>