Shades of Harp #C8D2B3
Tints of Harp #C8D2B3
RGB
CMYK
RGB Variations
Color information
#C8D2B3 (or 0xC8D2B3) is known color: Harp. HEX triplet: C8, D2 and B3. RGB value is (200,210,179). Sum of RGB (Red+Green+Blue) = 200+210+179=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2B3 is #372D4C. Grayscale: #CBCBCB. Windows color (decimal): -3616077 or 11784904. OLE color: 11784904.
HSL color Cylindrical-coordinate representation of color #C8D2B3: hue angle of 79.35º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8D2B3 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 179 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.18 |
| HSL | 79.35º | 0.26% | 0.76% | - |
| HSV(B) | 79.35º | 0.15% | 0.82% | - |
| XYZ | 55 | 61.63 | 51.64 | - |
| YUV | 203.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 179 | 0.05 | 0 | 0.15 | 0.18 | 79.35 | 0.26 | 0.76 |
| Hex | C8 | D2 | B3 | 5 | 0 | F | 12 | 4F | 1A | 4C |
| Octal | 310 | 322 | 263 | 5 | 0 | 17 | 22 | 117 | 32 | 114 |
| Binary | 11001000 | 11010010 | 10110011 | 101 | 0 | 1111 | 10010 | 1001111 | 11010 | 1001100 |
Color Harmonies of #C8D2B3
Complementary color
Monochromatic Colors of #C8D2B3
Black with #C8D2B3
Text Example
Text Example
White with #C8D2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2B3; }
p { color: rgb(200,210,179); }
H1.HeaderClassName
{
color: #C8D2B3;
}
.AnyTagClassName
{
color: #C8D2B3;
}
</style>
background-color css
<style>
a { background-color: #C8D2B3; }
a { background-color: rgb(200,210,179); }
div.DivClassName
{
background-color: #C8D2B3;
}
.BgClassName
{
background-color: #C8D2B3;
}
</style>
border-color css
<style>
span { border-color: #C8D2B3; }
span { border-color: rgb(200,210,179); }
td.TdClassName
{
border-color: #C8D2B3;
}
.TagClassName
{
border-color: #C8D2B3;
}
</style>