Shades of Harp #C9CFBB
Tints of Harp #C9CFBB
RGB
CMYK
RGB Variations
Color information
#C9CFBB (or 0xC9CFBB) is known color: Harp. HEX triplet: C9, CF and BB. RGB value is (201,207,187). Sum of RGB (Red+Green+Blue) = 201+207+187=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFBB is #363044. Grayscale: #CBCBCB. Windows color (decimal): -3551301 or 12308425. OLE color: 12308425.
HSL color Cylindrical-coordinate representation of color #C9CFBB: hue angle of 78º 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 #C9CFBB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 207 | 187 | - |
CMYK | 0.03 | 0 | 0.10 | 0.19 |
HSL | 78º | 0.17% | 0.77% | - |
HSV(B) | 78º | 0.1% | 0.81% | - |
XYZ | 55.37 | 60.63 | 55.8 | - |
YUV | 202.93 | 119.01 | 126.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 207 | 187 | 0.03 | 0 | 0.10 | 0.19 | 78 | 0.17 | 0.77 |
Hex | C9 | CF | BB | 3 | 0 | A | 13 | 4E | 11 | 4D |
Octal | 311 | 317 | 273 | 3 | 0 | 12 | 23 | 116 | 21 | 115 |
Binary | 11001001 | 11001111 | 10111011 | 11 | 0 | 1010 | 10011 | 1001110 | 10001 | 1001101 |
Color Harmonies of #C9CFBB
Complementary color
Monochromatic Colors of #C9CFBB
Black with #C9CFBB
Text Example
Text Example
White with #C9CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFBB; }
p { color: rgb(201,207,187); }
H1.HeaderClassName
{
color: #C9CFBB;
}
.AnyTagClassName
{
color: #C9CFBB;
}
</style>
background-color css
<style>
a { background-color: #C9CFBB; }
a { background-color: rgb(201,207,187); }
div.DivClassName
{
background-color: #C9CFBB;
}
.BgClassName
{
background-color: #C9CFBB;
}
</style>
border-color css
<style>
span { border-color: #C9CFBB; }
span { border-color: rgb(201,207,187); }
td.TdClassName
{
border-color: #C9CFBB;
}
.TagClassName
{
border-color: #C9CFBB;
}
</style>