Shades of Harp #CDCFC5
Tints of Harp #CDCFC5
RGB
CMYK
RGB Variations
Color information
#CDCFC5 (or 0xCDCFC5) is known color: Harp. HEX triplet: CD, CF and C5. RGB value is (205,207,197). Sum of RGB (Red+Green+Blue) = 205+207+197=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFC5 is #32303A. Grayscale: #CDCDCD. Windows color (decimal): -3289147 or 12963789. OLE color: 12963789.
HSL color Cylindrical-coordinate representation of color #CDCFC5: hue angle of 72º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDCFC5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 207 | 197 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.19 |
| HSL | 72º | 0.09% | 0.79% | - |
| HSV(B) | 72º | 0.05% | 0.81% | - |
| XYZ | 57.57 | 61.64 | 61.69 | - |
| YUV | 205.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 207 | 197 | 0.01 | 0 | 0.05 | 0.19 | 72 | 0.09 | 0.79 |
| Hex | CD | CF | C5 | 1 | 0 | 5 | 13 | 48 | 9 | 4F |
| Octal | 315 | 317 | 305 | 1 | 0 | 5 | 23 | 110 | 11 | 117 |
| Binary | 11001101 | 11001111 | 11000101 | 1 | 0 | 101 | 10011 | 1001000 | 1001 | 1001111 |
Color Harmonies of #CDCFC5
Complementary color
Monochromatic Colors of #CDCFC5
Black with #CDCFC5
Text Example
Text Example
White with #CDCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFC5; }
p { color: rgb(205,207,197); }
H1.HeaderClassName
{
color: #CDCFC5;
}
.AnyTagClassName
{
color: #CDCFC5;
}
</style>
background-color css
<style>
a { background-color: #CDCFC5; }
a { background-color: rgb(205,207,197); }
div.DivClassName
{
background-color: #CDCFC5;
}
.BgClassName
{
background-color: #CDCFC5;
}
</style>
border-color css
<style>
span { border-color: #CDCFC5; }
span { border-color: rgb(205,207,197); }
td.TdClassName
{
border-color: #CDCFC5;
}
.TagClassName
{
border-color: #CDCFC5;
}
</style>