Shades of Harp #CDCFC0
Tints of Harp #CDCFC0
RGB
CMYK
RGB Variations
Color information
#CDCFC0 (or 0xCDCFC0) is known color: Harp. HEX triplet: CD, CF and C0. RGB value is (205,207,192). Sum of RGB (Red+Green+Blue) = 205+207+192=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFC0 is #32303F. Grayscale: #CCCCCC. Windows color (decimal): -3289152 or 12636109. OLE color: 12636109.
HSL color Cylindrical-coordinate representation of color #CDCFC0: hue angle of 68º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDCFC0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 207 | 192 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.19 |
| HSL | 68º | 0.14% | 0.78% | - |
| HSV(B) | 68º | 0.07% | 0.81% | - |
| XYZ | 57 | 61.41 | 58.72 | - |
| YUV | 204.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 207 | 192 | 0.01 | 0 | 0.07 | 0.19 | 68 | 0.14 | 0.78 |
| Hex | CD | CF | C0 | 1 | 0 | 7 | 13 | 44 | E | 4E |
| Octal | 315 | 317 | 300 | 1 | 0 | 7 | 23 | 104 | 16 | 116 |
| Binary | 11001101 | 11001111 | 11000000 | 1 | 0 | 111 | 10011 | 1000100 | 1110 | 1001110 |
Color Harmonies of #CDCFC0
Complementary color
Monochromatic Colors of #CDCFC0
Black with #CDCFC0
Text Example
Text Example
White with #CDCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCFC0; }
p { color: rgb(205,207,192); }
H1.HeaderClassName
{
color: #CDCFC0;
}
.AnyTagClassName
{
color: #CDCFC0;
}
</style>
background-color css
<style>
a { background-color: #CDCFC0; }
a { background-color: rgb(205,207,192); }
div.DivClassName
{
background-color: #CDCFC0;
}
.BgClassName
{
background-color: #CDCFC0;
}
</style>
border-color css
<style>
span { border-color: #CDCFC0; }
span { border-color: rgb(205,207,192); }
td.TdClassName
{
border-color: #CDCFC0;
}
.TagClassName
{
border-color: #CDCFC0;
}
</style>