Shades of Harp #C8CBB5
Tints of Harp #C8CBB5
RGB
CMYK
RGB Variations
Color information
#C8CBB5 (or 0xC8CBB5) is known color: Harp. HEX triplet: C8, CB and B5. RGB value is (200,203,181). Sum of RGB (Red+Green+Blue) = 200+203+181=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBB5 is #37344A. Grayscale: #C7C7C7. Windows color (decimal): -3617867 or 11914184. OLE color: 11914184.
HSL color Cylindrical-coordinate representation of color #C8CBB5: hue angle of 68.18º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8CBB5 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 181 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.20 |
| HSL | 68.18º | 0.17% | 0.75% | - |
| HSV(B) | 68.18º | 0.11% | 0.8% | - |
| XYZ | 53.52 | 58.33 | 52.15 | - |
| YUV | 199.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 181 | 0.01 | 0 | 0.11 | 0.20 | 68.18 | 0.17 | 0.75 |
| Hex | C8 | CB | B5 | 1 | 0 | B | 14 | 44 | 11 | 4B |
| Octal | 310 | 313 | 265 | 1 | 0 | 13 | 24 | 104 | 21 | 113 |
| Binary | 11001000 | 11001011 | 10110101 | 1 | 0 | 1011 | 10100 | 1000100 | 10001 | 1001011 |
Color Harmonies of #C8CBB5
Complementary color
Monochromatic Colors of #C8CBB5
Black with #C8CBB5
Text Example
Text Example
White with #C8CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBB5; }
p { color: rgb(200,203,181); }
H1.HeaderClassName
{
color: #C8CBB5;
}
.AnyTagClassName
{
color: #C8CBB5;
}
</style>
background-color css
<style>
a { background-color: #C8CBB5; }
a { background-color: rgb(200,203,181); }
div.DivClassName
{
background-color: #C8CBB5;
}
.BgClassName
{
background-color: #C8CBB5;
}
</style>
border-color css
<style>
span { border-color: #C8CBB5; }
span { border-color: rgb(200,203,181); }
td.TdClassName
{
border-color: #C8CBB5;
}
.TagClassName
{
border-color: #C8CBB5;
}
</style>