Shades of Harp #CECFC7
Tints of Harp #CECFC7
RGB
CMYK
RGB Variations
Color information
#CECFC7 (or 0xCECFC7) is known color: Harp. HEX triplet: CE, CF and C7. RGB value is (206,207,199). Sum of RGB (Red+Green+Blue) = 206+207+199=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC7 is #313038. Grayscale: #CDCDCD. Windows color (decimal): -3223609 or 13094862. OLE color: 13094862.
HSL color Cylindrical-coordinate representation of color #CECFC7: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECFC7 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 199 | - |
CMYK | 0.00 | 0 | 0.04 | 0.19 |
HSL | 67.5º | 0.08% | 0.8% | - |
HSV(B) | 67.5º | 0.04% | 0.81% | - |
XYZ | 58.08 | 61.87 | 62.91 | - |
YUV | 205.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 199 | 0.00 | 0 | 0.04 | 0.19 | 67.5 | 0.08 | 0.8 |
Hex | CE | CF | C7 | 0 | 0 | 4 | 13 | 44 | 8 | 50 |
Octal | 316 | 317 | 307 | 0 | 0 | 4 | 23 | 104 | 10 | 120 |
Binary | 11001110 | 11001111 | 11000111 | 0 | 0 | 100 | 10011 | 1000100 | 1000 | 1010000 |
Color Harmonies of #CECFC7
Complementary color
Monochromatic Colors of #CECFC7
Black with #CECFC7
Text Example
Text Example
White with #CECFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC7; }
p { color: rgb(206,207,199); }
H1.HeaderClassName
{
color: #CECFC7;
}
.AnyTagClassName
{
color: #CECFC7;
}
</style>
background-color css
<style>
a { background-color: #CECFC7; }
a { background-color: rgb(206,207,199); }
div.DivClassName
{
background-color: #CECFC7;
}
.BgClassName
{
background-color: #CECFC7;
}
</style>
border-color css
<style>
span { border-color: #CECFC7; }
span { border-color: rgb(206,207,199); }
td.TdClassName
{
border-color: #CECFC7;
}
.TagClassName
{
border-color: #CECFC7;
}
</style>