Shades of Harp #C9CFB5
Tints of Harp #C9CFB5
RGB
CMYK
RGB Variations
Color information
#C9CFB5 (or 0xC9CFB5) is known color: Harp. HEX triplet: C9, CF and B5. RGB value is (201,207,181). Sum of RGB (Red+Green+Blue) = 201+207+181=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CFB5 is #36304A. Grayscale: #CACACA. Windows color (decimal): -3551307 or 11915209. OLE color: 11915209.
HSL color Cylindrical-coordinate representation of color #C9CFB5: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9CFB5 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 207 | 181 | - |
CMYK | 0.03 | 0 | 0.13 | 0.19 |
HSL | 73.85º | 0.21% | 0.76% | - |
HSV(B) | 73.85º | 0.13% | 0.81% | - |
XYZ | 54.74 | 60.38 | 52.49 | - |
YUV | 202.24 | 116.01 | 127.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 207 | 181 | 0.03 | 0 | 0.13 | 0.19 | 73.85 | 0.21 | 0.76 |
Hex | C9 | CF | B5 | 3 | 0 | D | 13 | 4A | 15 | 4C |
Octal | 311 | 317 | 265 | 3 | 0 | 15 | 23 | 112 | 25 | 114 |
Binary | 11001001 | 11001111 | 10110101 | 11 | 0 | 1101 | 10011 | 1001010 | 10101 | 1001100 |
Color Harmonies of #C9CFB5
Complementary color
Monochromatic Colors of #C9CFB5
Black with #C9CFB5
Text Example
Text Example
White with #C9CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CFB5; }
p { color: rgb(201,207,181); }
H1.HeaderClassName
{
color: #C9CFB5;
}
.AnyTagClassName
{
color: #C9CFB5;
}
</style>
background-color css
<style>
a { background-color: #C9CFB5; }
a { background-color: rgb(201,207,181); }
div.DivClassName
{
background-color: #C9CFB5;
}
.BgClassName
{
background-color: #C9CFB5;
}
</style>
border-color css
<style>
span { border-color: #C9CFB5; }
span { border-color: rgb(201,207,181); }
td.TdClassName
{
border-color: #C9CFB5;
}
.TagClassName
{
border-color: #C9CFB5;
}
</style>