Shades of Harp #C9CAC7
Tints of Harp #C9CAC7
RGB
CMYK
RGB Variations
Color information
#C9CAC7 (or 0xC9CAC7) is known color: Harp. HEX triplet: C9, CA and C7. RGB value is (201,202,199). Sum of RGB (Red+Green+Blue) = 201+202+199=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAC7 is #363538. Grayscale: #C9C9C9. Windows color (decimal): -3552569 or 13093577. OLE color: 13093577.
HSL color Cylindrical-coordinate representation of color #C9CAC7: hue angle of 80º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C9CAC7 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 202 | 199 | - |
CMYK | 0.00 | 0 | 0.01 | 0.21 |
HSL | 80º | 0.03% | 0.79% | - |
HSV(B) | 80º | 0.01% | 0.79% | - |
XYZ | 55.52 | 58.78 | 62.45 | - |
YUV | 201.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 199 | 0.00 | 0 | 0.01 | 0.21 | 80 | 0.03 | 0.79 |
Hex | C9 | CA | C7 | 0 | 0 | 1 | 15 | 50 | 3 | 4F |
Octal | 311 | 312 | 307 | 0 | 0 | 1 | 25 | 120 | 3 | 117 |
Binary | 11001001 | 11001010 | 11000111 | 0 | 0 | 1 | 10101 | 1010000 | 11 | 1001111 |
Color Harmonies of #C9CAC7
Complementary color
Monochromatic Colors of #C9CAC7
Black with #C9CAC7
Text Example
Text Example
White with #C9CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAC7; }
p { color: rgb(201,202,199); }
H1.HeaderClassName
{
color: #C9CAC7;
}
.AnyTagClassName
{
color: #C9CAC7;
}
</style>
background-color css
<style>
a { background-color: #C9CAC7; }
a { background-color: rgb(201,202,199); }
div.DivClassName
{
background-color: #C9CAC7;
}
.BgClassName
{
background-color: #C9CAC7;
}
</style>
border-color css
<style>
span { border-color: #C9CAC7; }
span { border-color: rgb(201,202,199); }
td.TdClassName
{
border-color: #C9CAC7;
}
.TagClassName
{
border-color: #C9CAC7;
}
</style>