Shades of Harp #CECFC9
Tints of Harp #CECFC9
RGB
CMYK
RGB Variations
Color information
#CECFC9 (or 0xCECFC9) is known color: Harp. HEX triplet: CE, CF and C9. RGB value is (206,207,201). Sum of RGB (Red+Green+Blue) = 206+207+201=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC9 is #313036. Grayscale: #CECECE. Windows color (decimal): -3223607 or 13225934. OLE color: 13225934.
HSL color Cylindrical-coordinate representation of color #CECFC9: hue angle of 70º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECFC9 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 201 | - |
CMYK | 0.00 | 0 | 0.03 | 0.19 |
HSL | 70º | 0.06% | 0.8% | - |
HSV(B) | 70º | 0.03% | 0.81% | - |
XYZ | 58.31 | 61.96 | 64.15 | - |
YUV | 206.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 201 | 0.00 | 0 | 0.03 | 0.19 | 70 | 0.06 | 0.8 |
Hex | CE | CF | C9 | 0 | 0 | 3 | 13 | 46 | 6 | 50 |
Octal | 316 | 317 | 311 | 0 | 0 | 3 | 23 | 106 | 6 | 120 |
Binary | 11001110 | 11001111 | 11001001 | 0 | 0 | 11 | 10011 | 1000110 | 110 | 1010000 |
Color Harmonies of #CECFC9
Complementary color
Monochromatic Colors of #CECFC9
Black with #CECFC9
Text Example
Text Example
White with #CECFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC9; }
p { color: rgb(206,207,201); }
H1.HeaderClassName
{
color: #CECFC9;
}
.AnyTagClassName
{
color: #CECFC9;
}
</style>
background-color css
<style>
a { background-color: #CECFC9; }
a { background-color: rgb(206,207,201); }
div.DivClassName
{
background-color: #CECFC9;
}
.BgClassName
{
background-color: #CECFC9;
}
</style>
border-color css
<style>
span { border-color: #CECFC9; }
span { border-color: rgb(206,207,201); }
td.TdClassName
{
border-color: #CECFC9;
}
.TagClassName
{
border-color: #CECFC9;
}
</style>