Shades of Harp #CECFC6
Tints of Harp #CECFC6
RGB
CMYK
RGB Variations
Color information
#CECFC6 (or 0xCECFC6) is known color: Harp. HEX triplet: CE, CF and C6. RGB value is (206,207,198). Sum of RGB (Red+Green+Blue) = 206+207+198=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC6 is #313039. Grayscale: #CDCDCD. Windows color (decimal): -3223610 or 13029326. OLE color: 13029326.
HSL color Cylindrical-coordinate representation of color #CECFC6: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECFC6 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 198 | - |
CMYK | 0.00 | 0 | 0.04 | 0.19 |
HSL | 66.67º | 0.09% | 0.79% | - |
HSV(B) | 66.67º | 0.04% | 0.81% | - |
XYZ | 57.96 | 61.82 | 62.3 | - |
YUV | 205.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 198 | 0.00 | 0 | 0.04 | 0.19 | 66.67 | 0.09 | 0.79 |
Hex | CE | CF | C6 | 0 | 0 | 4 | 13 | 43 | 9 | 4F |
Octal | 316 | 317 | 306 | 0 | 0 | 4 | 23 | 103 | 11 | 117 |
Binary | 11001110 | 11001111 | 11000110 | 0 | 0 | 100 | 10011 | 1000011 | 1001 | 1001111 |
Color Harmonies of #CECFC6
Complementary color
Monochromatic Colors of #CECFC6
Black with #CECFC6
Text Example
Text Example
White with #CECFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC6; }
p { color: rgb(206,207,198); }
H1.HeaderClassName
{
color: #CECFC6;
}
.AnyTagClassName
{
color: #CECFC6;
}
</style>
background-color css
<style>
a { background-color: #CECFC6; }
a { background-color: rgb(206,207,198); }
div.DivClassName
{
background-color: #CECFC6;
}
.BgClassName
{
background-color: #CECFC6;
}
</style>
border-color css
<style>
span { border-color: #CECFC6; }
span { border-color: rgb(206,207,198); }
td.TdClassName
{
border-color: #CECFC6;
}
.TagClassName
{
border-color: #CECFC6;
}
</style>