Shades of Harp #C8CCB5
Tints of Harp #C8CCB5
RGB
CMYK
RGB Variations
Color information
#C8CCB5 (or 0xC8CCB5) is known color: Harp. HEX triplet: C8, CC and B5. RGB value is (200,204,181). Sum of RGB (Red+Green+Blue) = 200+204+181=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCB5 is #37334A. Grayscale: #C8C8C8. Windows color (decimal): -3617611 or 11914440. OLE color: 11914440.
HSL color Cylindrical-coordinate representation of color #C8CCB5: hue angle of 70.43º degrees, saturation: 0.18, 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 #C8CCB5 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 200 | 204 | 181 | - |
CMYK | 0.02 | 0 | 0.11 | 0.2 |
HSL | 70.43º | 0.18% | 0.75% | - |
HSV(B) | 70.43º | 0.11% | 0.8% | - |
XYZ | 53.75 | 58.8 | 52.23 | - |
YUV | 200.18 | 117.17 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 181 | 0.02 | 0 | 0.11 | 0.2 | 70.43 | 0.18 | 0.75 |
Hex | C8 | CC | B5 | 2 | 0 | B | 14 | 46 | 12 | 4B |
Octal | 310 | 314 | 265 | 2 | 0 | 13 | 24 | 106 | 22 | 113 |
Binary | 11001000 | 11001100 | 10110101 | 10 | 0 | 1011 | 10100 | 1000110 | 10010 | 1001011 |
Color Harmonies of #C8CCB5
Complementary color
Monochromatic Colors of #C8CCB5
Black with #C8CCB5
Text Example
Text Example
White with #C8CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCB5; }
p { color: rgb(200,204,181); }
H1.HeaderClassName
{
color: #C8CCB5;
}
.AnyTagClassName
{
color: #C8CCB5;
}
</style>
background-color css
<style>
a { background-color: #C8CCB5; }
a { background-color: rgb(200,204,181); }
div.DivClassName
{
background-color: #C8CCB5;
}
.BgClassName
{
background-color: #C8CCB5;
}
</style>
border-color css
<style>
span { border-color: #C8CCB5; }
span { border-color: rgb(200,204,181); }
td.TdClassName
{
border-color: #C8CCB5;
}
.TagClassName
{
border-color: #C8CCB5;
}
</style>