Shades of Harp #CDCFBB
Tints of Harp #CDCFBB
RGB
CMYK
RGB Variations
Color information
#CDCFBB (or 0xCDCFBB) is known color: Harp. HEX triplet: CD, CF and BB. RGB value is (205,207,187). Sum of RGB (Red+Green+Blue) = 205+207+187=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFBB is #323044. Grayscale: #CCCCCC. Windows color (decimal): -3289157 or 12308429. OLE color: 12308429.
HSL color Cylindrical-coordinate representation of color #CDCFBB: hue angle of 66º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDCFBB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 207 | 187 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.19 |
| HSL | 66º | 0.17% | 0.77% | - |
| HSV(B) | 66º | 0.1% | 0.81% | - |
| XYZ | 56.46 | 61.19 | 55.85 | - |
| YUV | 204.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 207 | 187 | 0.01 | 0 | 0.10 | 0.19 | 66 | 0.17 | 0.77 |
| Hex | CD | CF | BB | 1 | 0 | A | 13 | 42 | 11 | 4D |
| Octal | 315 | 317 | 273 | 1 | 0 | 12 | 23 | 102 | 21 | 115 |
| Binary | 11001101 | 11001111 | 10111011 | 1 | 0 | 1010 | 10011 | 1000010 | 10001 | 1001101 |
Color Harmonies of #CDCFBB
Complementary color
Monochromatic Colors of #CDCFBB
Black with #CDCFBB
Text Example
Text Example
White with #CDCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFBB; }
p { color: rgb(205,207,187); }
H1.HeaderClassName
{
color: #CDCFBB;
}
.AnyTagClassName
{
color: #CDCFBB;
}
</style>
background-color css
<style>
a { background-color: #CDCFBB; }
a { background-color: rgb(205,207,187); }
div.DivClassName
{
background-color: #CDCFBB;
}
.BgClassName
{
background-color: #CDCFBB;
}
</style>
border-color css
<style>
span { border-color: #CDCFBB; }
span { border-color: rgb(205,207,187); }
td.TdClassName
{
border-color: #CDCFBB;
}
.TagClassName
{
border-color: #CDCFBB;
}
</style>