Shades of Harp #CDCFC7
Tints of Harp #CDCFC7
RGB
CMYK
RGB Variations
Color information
#CDCFC7 (or 0xCDCFC7) is known color: Harp. HEX triplet: CD, CF and C7. RGB value is (205,207,199). Sum of RGB (Red+Green+Blue) = 205+207+199=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFC7 is #323038. Grayscale: #CDCDCD. Windows color (decimal): -3289145 or 13094861. OLE color: 13094861.
HSL color Cylindrical-coordinate representation of color #CDCFC7: hue angle of 75º 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 #CDCFC7 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 207 | 199 | - |
CMYK | 0.01 | 0 | 0.04 | 0.19 |
HSL | 75º | 0.08% | 0.8% | - |
HSV(B) | 75º | 0.04% | 0.81% | - |
XYZ | 57.8 | 61.73 | 62.9 | - |
YUV | 205.49 | 124.34 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 207 | 199 | 0.01 | 0 | 0.04 | 0.19 | 75 | 0.08 | 0.8 |
Hex | CD | CF | C7 | 1 | 0 | 4 | 13 | 4B | 8 | 50 |
Octal | 315 | 317 | 307 | 1 | 0 | 4 | 23 | 113 | 10 | 120 |
Binary | 11001101 | 11001111 | 11000111 | 1 | 0 | 100 | 10011 | 1001011 | 1000 | 1010000 |
Color Harmonies of #CDCFC7
Complementary color
Monochromatic Colors of #CDCFC7
Black with #CDCFC7
Text Example
Text Example
White with #CDCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFC7; }
p { color: rgb(205,207,199); }
H1.HeaderClassName
{
color: #CDCFC7;
}
.AnyTagClassName
{
color: #CDCFC7;
}
</style>
background-color css
<style>
a { background-color: #CDCFC7; }
a { background-color: rgb(205,207,199); }
div.DivClassName
{
background-color: #CDCFC7;
}
.BgClassName
{
background-color: #CDCFC7;
}
</style>
border-color css
<style>
span { border-color: #CDCFC7; }
span { border-color: rgb(205,207,199); }
td.TdClassName
{
border-color: #CDCFC7;
}
.TagClassName
{
border-color: #CDCFC7;
}
</style>