Shades of Paris White #C1C7C1
Tints of Paris White #C1C7C1
RGB
CMYK
RGB Variations
Color information
#C1C7C1 (or 0xC1C7C1) is known color: Paris White. HEX triplet: C1, C7 and C1. RGB value is (193,199,193). Sum of RGB (Red+Green+Blue) = 193+199+193=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 199 (78.12% from 255 or 34.02% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7C1 is #3E383E. Grayscale: #C4C4C4. Windows color (decimal): -4077631 or 12699585. OLE color: 12699585.
HSL color Cylindrical-coordinate representation of color #C1C7C1: hue angle of 120º 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 #C1C7C1 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 199 | 193 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.22 |
| HSL | 120º | 0.05% | 0.77% | - |
| HSV(B) | 120º | 0.03% | 0.78% | - |
| XYZ | 52.04 | 56.03 | 58.52 | - |
| YUV | 196.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 193 | 0.03 | 0 | 0.03 | 0.22 | 120 | 0.05 | 0.77 |
| Hex | C1 | C7 | C1 | 3 | 0 | 3 | 16 | 78 | 5 | 4D |
| Octal | 301 | 307 | 301 | 3 | 0 | 3 | 26 | 170 | 5 | 115 |
| Binary | 11000001 | 11000111 | 11000001 | 11 | 0 | 11 | 10110 | 1111000 | 101 | 1001101 |
Color Harmonies of #C1C7C1
Complementary color
Monochromatic Colors of #C1C7C1
Black with #C1C7C1
Text Example
Text Example
White with #C1C7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C7C1; }
p { color: rgb(193,199,193); }
H1.HeaderClassName
{
color: #C1C7C1;
}
.AnyTagClassName
{
color: #C1C7C1;
}
</style>
background-color css
<style>
a { background-color: #C1C7C1; }
a { background-color: rgb(193,199,193); }
div.DivClassName
{
background-color: #C1C7C1;
}
.BgClassName
{
background-color: #C1C7C1;
}
</style>
border-color css
<style>
span { border-color: #C1C7C1; }
span { border-color: rgb(193,199,193); }
td.TdClassName
{
border-color: #C1C7C1;
}
.TagClassName
{
border-color: #C1C7C1;
}
</style>