Shades of Paris White #C1C2C1
Tints of Paris White #C1C2C1
RGB
CMYK
RGB Variations
Color information
#C1C2C1 (or 0xC1C2C1) is known color: Paris White. HEX triplet: C1, C2 and C1. RGB value is (193,194,193). Sum of RGB (Red+Green+Blue) = 193+194+193=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 194 (76.17% from 255 or 33.45% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C2C1 is #3E3D3E. Grayscale: #C1C1C1. Windows color (decimal): -4078911 or 12698305. OLE color: 12698305.
HSL color Cylindrical-coordinate representation of color #C1C2C1: hue angle of 120º degrees, saturation: 0.01, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C1C2C1 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 193 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.24 |
| HSL | 120º | 0.01% | 0.76% | - |
| HSV(B) | 120º | 0.01% | 0.76% | - |
| XYZ | 50.91 | 53.77 | 58.15 | - |
| YUV | 193.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 193 | 0.01 | 0 | 0.01 | 0.24 | 120 | 0.01 | 0.76 |
| Hex | C1 | C2 | C1 | 1 | 0 | 1 | 18 | 78 | 1 | 4C |
| Octal | 301 | 302 | 301 | 1 | 0 | 1 | 30 | 170 | 1 | 114 |
| Binary | 11000001 | 11000010 | 11000001 | 1 | 0 | 1 | 11000 | 1111000 | 1 | 1001100 |
Color Harmonies of #C1C2C1
Complementary color
Monochromatic Colors of #C1C2C1
Black with #C1C2C1
Text Example
Text Example
White with #C1C2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C2C1; }
p { color: rgb(193,194,193); }
H1.HeaderClassName
{
color: #C1C2C1;
}
.AnyTagClassName
{
color: #C1C2C1;
}
</style>
background-color css
<style>
a { background-color: #C1C2C1; }
a { background-color: rgb(193,194,193); }
div.DivClassName
{
background-color: #C1C2C1;
}
.BgClassName
{
background-color: #C1C2C1;
}
</style>
border-color css
<style>
span { border-color: #C1C2C1; }
span { border-color: rgb(193,194,193); }
td.TdClassName
{
border-color: #C1C2C1;
}
.TagClassName
{
border-color: #C1C2C1;
}
</style>