Shades of Harp #C9CAC6
Tints of Harp #C9CAC6
RGB
CMYK
RGB Variations
Color information
#C9CAC6 (or 0xC9CAC6) is known color: Harp. HEX triplet: C9, CA and C6. RGB value is (201,202,198). Sum of RGB (Red+Green+Blue) = 201+202+198=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAC6 is #363539. Grayscale: #C9C9C9. Windows color (decimal): -3552570 or 13028041. OLE color: 13028041.
HSL color Cylindrical-coordinate representation of color #C9CAC6: hue angle of 75º degrees, saturation: 0.04, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CAC6 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 202 | 198 | - |
CMYK | 0.00 | 0 | 0.02 | 0.21 |
HSL | 75º | 0.04% | 0.78% | - |
HSV(B) | 75º | 0.02% | 0.79% | - |
XYZ | 55.4 | 58.74 | 61.84 | - |
YUV | 201.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 198 | 0.00 | 0 | 0.02 | 0.21 | 75 | 0.04 | 0.78 |
Hex | C9 | CA | C6 | 0 | 0 | 2 | 15 | 4B | 4 | 4E |
Octal | 311 | 312 | 306 | 0 | 0 | 2 | 25 | 113 | 4 | 116 |
Binary | 11001001 | 11001010 | 11000110 | 0 | 0 | 10 | 10101 | 1001011 | 100 | 1001110 |
Color Harmonies of #C9CAC6
Complementary color
Monochromatic Colors of #C9CAC6
Black with #C9CAC6
Text Example
Text Example
White with #C9CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAC6; }
p { color: rgb(201,202,198); }
H1.HeaderClassName
{
color: #C9CAC6;
}
.AnyTagClassName
{
color: #C9CAC6;
}
</style>
background-color css
<style>
a { background-color: #C9CAC6; }
a { background-color: rgb(201,202,198); }
div.DivClassName
{
background-color: #C9CAC6;
}
.BgClassName
{
background-color: #C9CAC6;
}
</style>
border-color css
<style>
span { border-color: #C9CAC6; }
span { border-color: rgb(201,202,198); }
td.TdClassName
{
border-color: #C9CAC6;
}
.TagClassName
{
border-color: #C9CAC6;
}
</style>