Shades of Harp #C8CABD
Tints of Harp #C8CABD
RGB
CMYK
RGB Variations
Color information
#C8CABD (or 0xC8CABD) is known color: Harp. HEX triplet: C8, CA and BD. RGB value is (200,202,189). Sum of RGB (Red+Green+Blue) = 200+202+189=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CABD is #373542. Grayscale: #C7C7C7. Windows color (decimal): -3618115 or 12438216. OLE color: 12438216.
HSL color Cylindrical-coordinate representation of color #C8CABD: hue angle of 69.23º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8CABD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 189 | - |
CMYK | 0.01 | 0 | 0.06 | 0.21 |
HSL | 69.23º | 0.11% | 0.77% | - |
HSV(B) | 69.23º | 0.06% | 0.79% | - |
XYZ | 54.13 | 58.19 | 56.52 | - |
YUV | 199.92 | 121.84 | 128.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 189 | 0.01 | 0 | 0.06 | 0.21 | 69.23 | 0.11 | 0.77 |
Hex | C8 | CA | BD | 1 | 0 | 6 | 15 | 45 | B | 4D |
Octal | 310 | 312 | 275 | 1 | 0 | 6 | 25 | 105 | 13 | 115 |
Binary | 11001000 | 11001010 | 10111101 | 1 | 0 | 110 | 10101 | 1000101 | 1011 | 1001101 |
Color Harmonies of #C8CABD
Complementary color
Monochromatic Colors of #C8CABD
Black with #C8CABD
Text Example
Text Example
White with #C8CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CABD; }
p { color: rgb(200,202,189); }
H1.HeaderClassName
{
color: #C8CABD;
}
.AnyTagClassName
{
color: #C8CABD;
}
</style>
background-color css
<style>
a { background-color: #C8CABD; }
a { background-color: rgb(200,202,189); }
div.DivClassName
{
background-color: #C8CABD;
}
.BgClassName
{
background-color: #C8CABD;
}
</style>
border-color css
<style>
span { border-color: #C8CABD; }
span { border-color: rgb(200,202,189); }
td.TdClassName
{
border-color: #C8CABD;
}
.TagClassName
{
border-color: #C8CABD;
}
</style>