Shades of Harp #C4C9B2
Tints of Harp #C4C9B2
RGB
CMYK
RGB Variations
Color information
#C4C9B2 (or 0xC4C9B2) is known color: Harp. HEX triplet: C4, C9 and B2. RGB value is (196,201,178). Sum of RGB (Red+Green+Blue) = 196+201+178=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C9B2 is #3B364D. Grayscale: #C4C4C4. Windows color (decimal): -3880526 or 11717060. OLE color: 11717060.
HSL color Cylindrical-coordinate representation of color #C4C9B2: hue angle of 73.04º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C9B2 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 178 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.21 |
| HSL | 73.04º | 0.18% | 0.74% | - |
| HSV(B) | 73.04º | 0.11% | 0.79% | - |
| XYZ | 51.69 | 56.72 | 50.34 | - |
| YUV | 196.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 178 | 0.02 | 0 | 0.11 | 0.21 | 73.04 | 0.18 | 0.74 |
| Hex | C4 | C9 | B2 | 2 | 0 | B | 15 | 49 | 12 | 4A |
| Octal | 304 | 311 | 262 | 2 | 0 | 13 | 25 | 111 | 22 | 112 |
| Binary | 11000100 | 11001001 | 10110010 | 10 | 0 | 1011 | 10101 | 1001001 | 10010 | 1001010 |
Color Harmonies of #C4C9B2
Complementary color
Monochromatic Colors of #C4C9B2
Black with #C4C9B2
Text Example
Text Example
White with #C4C9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C9B2; }
p { color: rgb(196,201,178); }
H1.HeaderClassName
{
color: #C4C9B2;
}
.AnyTagClassName
{
color: #C4C9B2;
}
</style>
background-color css
<style>
a { background-color: #C4C9B2; }
a { background-color: rgb(196,201,178); }
div.DivClassName
{
background-color: #C4C9B2;
}
.BgClassName
{
background-color: #C4C9B2;
}
</style>
border-color css
<style>
span { border-color: #C4C9B2; }
span { border-color: rgb(196,201,178); }
td.TdClassName
{
border-color: #C4C9B2;
}
.TagClassName
{
border-color: #C4C9B2;
}
</style>