Shades of Harp #C2C3BF
Tints of Harp #C2C3BF
RGB
CMYK
RGB Variations
Color information
#C2C3BF (or 0xC2C3BF) is known color: Harp. HEX triplet: C2, C3 and BF. RGB value is (194,195,191). Sum of RGB (Red+Green+Blue) = 194+195+191=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3BF is #3D3C40. Grayscale: #C2C2C2. Windows color (decimal): -4013121 or 12567490. OLE color: 12567490.
HSL color Cylindrical-coordinate representation of color #C2C3BF: hue angle of 75º degrees, saturation: 0.03, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C2C3BF is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 191 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.24 |
| HSL | 75º | 0.03% | 0.76% | - |
| HSV(B) | 75º | 0.02% | 0.76% | - |
| XYZ | 51.17 | 54.26 | 57.07 | - |
| YUV | 194.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 191 | 0.01 | 0 | 0.02 | 0.24 | 75 | 0.03 | 0.76 |
| Hex | C2 | C3 | BF | 1 | 0 | 2 | 18 | 4B | 3 | 4C |
| Octal | 302 | 303 | 277 | 1 | 0 | 2 | 30 | 113 | 3 | 114 |
| Binary | 11000010 | 11000011 | 10111111 | 1 | 0 | 10 | 11000 | 1001011 | 11 | 1001100 |
Color Harmonies of #C2C3BF
Complementary color
Monochromatic Colors of #C2C3BF
Black with #C2C3BF
Text Example
Text Example
White with #C2C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3BF; }
p { color: rgb(194,195,191); }
H1.HeaderClassName
{
color: #C2C3BF;
}
.AnyTagClassName
{
color: #C2C3BF;
}
</style>
background-color css
<style>
a { background-color: #C2C3BF; }
a { background-color: rgb(194,195,191); }
div.DivClassName
{
background-color: #C2C3BF;
}
.BgClassName
{
background-color: #C2C3BF;
}
</style>
border-color css
<style>
span { border-color: #C2C3BF; }
span { border-color: rgb(194,195,191); }
td.TdClassName
{
border-color: #C2C3BF;
}
.TagClassName
{
border-color: #C2C3BF;
}
</style>