Shades of Harp #C9CEC2
Tints of Harp #C9CEC2
RGB
CMYK
RGB Variations
Color information
#C9CEC2 (or 0xC9CEC2) is known color: Harp. HEX triplet: C9, CE and C2. RGB value is (201,206,194). Sum of RGB (Red+Green+Blue) = 201+206+194=601 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.44% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC2 is #36313D. Grayscale: #CBCBCB. Windows color (decimal): -3551550 or 12766921. OLE color: 12766921.
HSL color Cylindrical-coordinate representation of color #C9CEC2: hue angle of 85º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9CEC2 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 206 | 194 | - |
CMYK | 0.02 | 0 | 0.06 | 0.19 |
HSL | 85º | 0.11% | 0.78% | - |
HSV(B) | 85º | 0.06% | 0.81% | - |
XYZ | 55.9 | 60.46 | 59.76 | - |
YUV | 203.14 | 122.84 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 194 | 0.02 | 0 | 0.06 | 0.19 | 85 | 0.11 | 0.78 |
Hex | C9 | CE | C2 | 2 | 0 | 6 | 13 | 55 | B | 4E |
Octal | 311 | 316 | 302 | 2 | 0 | 6 | 23 | 125 | 13 | 116 |
Binary | 11001001 | 11001110 | 11000010 | 10 | 0 | 110 | 10011 | 1010101 | 1011 | 1001110 |
Color Harmonies of #C9CEC2
Complementary color
Monochromatic Colors of #C9CEC2
Black with #C9CEC2
Text Example
Text Example
White with #C9CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEC2; }
p { color: rgb(201,206,194); }
H1.HeaderClassName
{
color: #C9CEC2;
}
.AnyTagClassName
{
color: #C9CEC2;
}
</style>
background-color css
<style>
a { background-color: #C9CEC2; }
a { background-color: rgb(201,206,194); }
div.DivClassName
{
background-color: #C9CEC2;
}
.BgClassName
{
background-color: #C9CEC2;
}
</style>
border-color css
<style>
span { border-color: #C9CEC2; }
span { border-color: rgb(201,206,194); }
td.TdClassName
{
border-color: #C9CEC2;
}
.TagClassName
{
border-color: #C9CEC2;
}
</style>