Shades of Paris White #C1C7C2
Tints of Paris White #C1C7C2
RGB
CMYK
RGB Variations
Color information
#C1C7C2 (or 0xC1C7C2) is known color: Paris White. HEX triplet: C1, C7 and C2. RGB value is (193,199,194). Sum of RGB (Red+Green+Blue) = 193+199+194=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7C2 is #3E383D. Grayscale: #C4C4C4. Windows color (decimal): -4077630 or 12765121. OLE color: 12765121.
HSL color Cylindrical-coordinate representation of color #C1C7C2: hue angle of 130º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1C7C2 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 199 | 194 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.22 |
| HSL | 130º | 0.05% | 0.77% | - |
| HSV(B) | 130º | 0.03% | 0.78% | - |
| XYZ | 52.15 | 56.08 | 59.11 | - |
| YUV | 196.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 194 | 0.03 | 0 | 0.03 | 0.22 | 130 | 0.05 | 0.77 |
| Hex | C1 | C7 | C2 | 3 | 0 | 3 | 16 | 82 | 5 | 4D |
| Octal | 301 | 307 | 302 | 3 | 0 | 3 | 26 | 202 | 5 | 115 |
| Binary | 11000001 | 11000111 | 11000010 | 11 | 0 | 11 | 10110 | 10000010 | 101 | 1001101 |
Color Harmonies of #C1C7C2
Complementary color
Monochromatic Colors of #C1C7C2
Black with #C1C7C2
Text Example
Text Example
White with #C1C7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C7C2; }
p { color: rgb(193,199,194); }
H1.HeaderClassName
{
color: #C1C7C2;
}
.AnyTagClassName
{
color: #C1C7C2;
}
</style>
background-color css
<style>
a { background-color: #C1C7C2; }
a { background-color: rgb(193,199,194); }
div.DivClassName
{
background-color: #C1C7C2;
}
.BgClassName
{
background-color: #C1C7C2;
}
</style>
border-color css
<style>
span { border-color: #C1C7C2; }
span { border-color: rgb(193,199,194); }
td.TdClassName
{
border-color: #C1C7C2;
}
.TagClassName
{
border-color: #C1C7C2;
}
</style>