Shades of Harp #C7CDB9
Tints of Harp #C7CDB9
RGB
CMYK
RGB Variations
Color information
#C7CDB9 (or 0xC7CDB9) is known color: Harp. HEX triplet: C7, CD and B9. RGB value is (199,205,185). Sum of RGB (Red+Green+Blue) = 199+205+185=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDB9 is #383246. Grayscale: #C8C8C8. Windows color (decimal): -3682887 or 12176839. OLE color: 12176839.
HSL color Cylindrical-coordinate representation of color #C7CDB9: hue angle of 78º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CDB9 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 205 | 185 | - |
CMYK | 0.03 | 0 | 0.10 | 0.20 |
HSL | 78º | 0.17% | 0.76% | - |
HSV(B) | 78º | 0.1% | 0.8% | - |
XYZ | 54.14 | 59.31 | 54.49 | - |
YUV | 200.93 | 119.01 | 126.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 205 | 185 | 0.03 | 0 | 0.10 | 0.20 | 78 | 0.17 | 0.76 |
Hex | C7 | CD | B9 | 3 | 0 | A | 14 | 4E | 11 | 4C |
Octal | 307 | 315 | 271 | 3 | 0 | 12 | 24 | 116 | 21 | 114 |
Binary | 11000111 | 11001101 | 10111001 | 11 | 0 | 1010 | 10100 | 1001110 | 10001 | 1001100 |
Color Harmonies of #C7CDB9
Complementary color
Monochromatic Colors of #C7CDB9
Black with #C7CDB9
Text Example
Text Example
White with #C7CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDB9; }
p { color: rgb(199,205,185); }
H1.HeaderClassName
{
color: #C7CDB9;
}
.AnyTagClassName
{
color: #C7CDB9;
}
</style>
background-color css
<style>
a { background-color: #C7CDB9; }
a { background-color: rgb(199,205,185); }
div.DivClassName
{
background-color: #C7CDB9;
}
.BgClassName
{
background-color: #C7CDB9;
}
</style>
border-color css
<style>
span { border-color: #C7CDB9; }
span { border-color: rgb(199,205,185); }
td.TdClassName
{
border-color: #C7CDB9;
}
.TagClassName
{
border-color: #C7CDB9;
}
</style>