Shades of Harp #C5C8BE
Tints of Harp #C5C8BE
RGB
CMYK
RGB Variations
Color information
#C5C8BE (or 0xC5C8BE) is known color: Harp. HEX triplet: C5, C8 and BE. RGB value is (197,200,190). Sum of RGB (Red+Green+Blue) = 197+200+190=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8BE is #3A3741. Grayscale: #C6C6C6. Windows color (decimal): -3815234 or 12503237. OLE color: 12503237.
HSL color Cylindrical-coordinate representation of color #C5C8BE: hue angle of 78º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5C8BE is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
RGB | 197 | 200 | 190 | - |
CMYK | 0.02 | 0 | 0.05 | 0.22 |
HSL | 78º | 0.08% | 0.76% | - |
HSV(B) | 78º | 0.05% | 0.78% | - |
XYZ | 52.97 | 56.9 | 56.91 | - |
YUV | 197.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 200 | 190 | 0.02 | 0 | 0.05 | 0.22 | 78 | 0.08 | 0.76 |
Hex | C5 | C8 | BE | 2 | 0 | 5 | 16 | 4E | 8 | 4C |
Octal | 305 | 310 | 276 | 2 | 0 | 5 | 26 | 116 | 10 | 114 |
Binary | 11000101 | 11001000 | 10111110 | 10 | 0 | 101 | 10110 | 1001110 | 1000 | 1001100 |
Color Harmonies of #C5C8BE
Complementary color
Monochromatic Colors of #C5C8BE
Black with #C5C8BE
Text Example
Text Example
White with #C5C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C8BE; }
p { color: rgb(197,200,190); }
H1.HeaderClassName
{
color: #C5C8BE;
}
.AnyTagClassName
{
color: #C5C8BE;
}
</style>
background-color css
<style>
a { background-color: #C5C8BE; }
a { background-color: rgb(197,200,190); }
div.DivClassName
{
background-color: #C5C8BE;
}
.BgClassName
{
background-color: #C5C8BE;
}
</style>
border-color css
<style>
span { border-color: #C5C8BE; }
span { border-color: rgb(197,200,190); }
td.TdClassName
{
border-color: #C5C8BE;
}
.TagClassName
{
border-color: #C5C8BE;
}
</style>