Shades of Harp #C8CABB
Tints of Harp #C8CABB
RGB
CMYK
RGB Variations
Color information
#C8CABB (or 0xC8CABB) is known color: Harp. HEX triplet: C8, CA and BB. RGB value is (200,202,187). Sum of RGB (Red+Green+Blue) = 200+202+187=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CABB is #373544. Grayscale: #C7C7C7. Windows color (decimal): -3618117 or 12307144. OLE color: 12307144.
HSL color Cylindrical-coordinate representation of color #C8CABB: hue angle of 68º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8CABB is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 187 | - |
CMYK | 0.01 | 0 | 0.07 | 0.21 |
HSL | 68º | 0.12% | 0.76% | - |
HSV(B) | 68º | 0.07% | 0.79% | - |
XYZ | 53.91 | 58.11 | 55.39 | - |
YUV | 199.69 | 120.84 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 187 | 0.01 | 0 | 0.07 | 0.21 | 68 | 0.12 | 0.76 |
Hex | C8 | CA | BB | 1 | 0 | 7 | 15 | 44 | C | 4C |
Octal | 310 | 312 | 273 | 1 | 0 | 7 | 25 | 104 | 14 | 114 |
Binary | 11001000 | 11001010 | 10111011 | 1 | 0 | 111 | 10101 | 1000100 | 1100 | 1001100 |
Color Harmonies of #C8CABB
Complementary color
Monochromatic Colors of #C8CABB
Black with #C8CABB
Text Example
Text Example
White with #C8CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CABB; }
p { color: rgb(200,202,187); }
H1.HeaderClassName
{
color: #C8CABB;
}
.AnyTagClassName
{
color: #C8CABB;
}
</style>
background-color css
<style>
a { background-color: #C8CABB; }
a { background-color: rgb(200,202,187); }
div.DivClassName
{
background-color: #C8CABB;
}
.BgClassName
{
background-color: #C8CABB;
}
</style>
border-color css
<style>
span { border-color: #C8CABB; }
span { border-color: rgb(200,202,187); }
td.TdClassName
{
border-color: #C8CABB;
}
.TagClassName
{
border-color: #C8CABB;
}
</style>