Shades of Harp #C8CBB4
Tints of Harp #C8CBB4
RGB
CMYK
RGB Variations
Color information
#C8CBB4 (or 0xC8CBB4) is known color: Harp. HEX triplet: C8, CB and B4. RGB value is (200,203,180). Sum of RGB (Red+Green+Blue) = 200+203+180=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBB4 is #37344B. Grayscale: #C7C7C7. Windows color (decimal): -3617868 or 11848648. OLE color: 11848648.
HSL color Cylindrical-coordinate representation of color #C8CBB4: hue angle of 67.83º 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 #C8CBB4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 180 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.20 |
| HSL | 67.83º | 0.18% | 0.75% | - |
| HSV(B) | 67.83º | 0.11% | 0.8% | - |
| XYZ | 53.41 | 58.29 | 51.62 | - |
| YUV | 199.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 180 | 0.01 | 0 | 0.11 | 0.20 | 67.83 | 0.18 | 0.75 |
| Hex | C8 | CB | B4 | 1 | 0 | B | 14 | 44 | 12 | 4B |
| Octal | 310 | 313 | 264 | 1 | 0 | 13 | 24 | 104 | 22 | 113 |
| Binary | 11001000 | 11001011 | 10110100 | 1 | 0 | 1011 | 10100 | 1000100 | 10010 | 1001011 |
Color Harmonies of #C8CBB4
Complementary color
Monochromatic Colors of #C8CBB4
Black with #C8CBB4
Text Example
Text Example
White with #C8CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBB4; }
p { color: rgb(200,203,180); }
H1.HeaderClassName
{
color: #C8CBB4;
}
.AnyTagClassName
{
color: #C8CBB4;
}
</style>
background-color css
<style>
a { background-color: #C8CBB4; }
a { background-color: rgb(200,203,180); }
div.DivClassName
{
background-color: #C8CBB4;
}
.BgClassName
{
background-color: #C8CBB4;
}
</style>
border-color css
<style>
span { border-color: #C8CBB4; }
span { border-color: rgb(200,203,180); }
td.TdClassName
{
border-color: #C8CBB4;
}
.TagClassName
{
border-color: #C8CBB4;
}
</style>