Shades of Harp #C3C4BF
Tints of Harp #C3C4BF
RGB
CMYK
RGB Variations
Color information
#C3C4BF (or 0xC3C4BF) is known color: Harp. HEX triplet: C3, C4 and BF. RGB value is (195,196,191). Sum of RGB (Red+Green+Blue) = 195+196+191=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C4BF is #3C3B40. Grayscale: #C3C3C3. Windows color (decimal): -3947329 or 12567747. OLE color: 12567747.
HSL color Cylindrical-coordinate representation of color #C3C4BF: hue angle of 72º degrees, saturation: 0.04, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C3C4BF is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 196 | 191 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.23 |
| HSL | 72º | 0.04% | 0.76% | - |
| HSV(B) | 72º | 0.03% | 0.77% | - |
| XYZ | 51.65 | 54.84 | 57.15 | - |
| YUV | 195.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 196 | 191 | 0.01 | 0 | 0.03 | 0.23 | 72 | 0.04 | 0.76 |
| Hex | C3 | C4 | BF | 1 | 0 | 3 | 17 | 48 | 4 | 4C |
| Octal | 303 | 304 | 277 | 1 | 0 | 3 | 27 | 110 | 4 | 114 |
| Binary | 11000011 | 11000100 | 10111111 | 1 | 0 | 11 | 10111 | 1001000 | 100 | 1001100 |
Color Harmonies of #C3C4BF
Complementary color
Monochromatic Colors of #C3C4BF
Black with #C3C4BF
Text Example
Text Example
White with #C3C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C4BF; }
p { color: rgb(195,196,191); }
H1.HeaderClassName
{
color: #C3C4BF;
}
.AnyTagClassName
{
color: #C3C4BF;
}
</style>
background-color css
<style>
a { background-color: #C3C4BF; }
a { background-color: rgb(195,196,191); }
div.DivClassName
{
background-color: #C3C4BF;
}
.BgClassName
{
background-color: #C3C4BF;
}
</style>
border-color css
<style>
span { border-color: #C3C4BF; }
span { border-color: rgb(195,196,191); }
td.TdClassName
{
border-color: #C3C4BF;
}
.TagClassName
{
border-color: #C3C4BF;
}
</style>