Shades of Harp #C9CAC2
Tints of Harp #C9CAC2
RGB
CMYK
RGB Variations
Color information
#C9CAC2 (or 0xC9CAC2) is known color: Harp. HEX triplet: C9, CA and C2. RGB value is (201,202,194). Sum of RGB (Red+Green+Blue) = 201+202+194=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAC2 is #36353D. Grayscale: #C8C8C8. Windows color (decimal): -3552574 or 12765897. OLE color: 12765897.
HSL color Cylindrical-coordinate representation of color #C9CAC2: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9CAC2 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 202 | 194 | - |
CMYK | 0.00 | 0 | 0.04 | 0.21 |
HSL | 67.5º | 0.07% | 0.78% | - |
HSV(B) | 67.5º | 0.04% | 0.79% | - |
XYZ | 54.95 | 58.55 | 59.44 | - |
YUV | 200.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 202 | 194 | 0.00 | 0 | 0.04 | 0.21 | 67.5 | 0.07 | 0.78 |
Hex | C9 | CA | C2 | 0 | 0 | 4 | 15 | 44 | 7 | 4E |
Octal | 311 | 312 | 302 | 0 | 0 | 4 | 25 | 104 | 7 | 116 |
Binary | 11001001 | 11001010 | 11000010 | 0 | 0 | 100 | 10101 | 1000100 | 111 | 1001110 |
Color Harmonies of #C9CAC2
Complementary color
Monochromatic Colors of #C9CAC2
Black with #C9CAC2
Text Example
Text Example
White with #C9CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CAC2; }
p { color: rgb(201,202,194); }
H1.HeaderClassName
{
color: #C9CAC2;
}
.AnyTagClassName
{
color: #C9CAC2;
}
</style>
background-color css
<style>
a { background-color: #C9CAC2; }
a { background-color: rgb(201,202,194); }
div.DivClassName
{
background-color: #C9CAC2;
}
.BgClassName
{
background-color: #C9CAC2;
}
</style>
border-color css
<style>
span { border-color: #C9CAC2; }
span { border-color: rgb(201,202,194); }
td.TdClassName
{
border-color: #C9CAC2;
}
.TagClassName
{
border-color: #C9CAC2;
}
</style>