Shades of Paris White #C2C3C2
Tints of Paris White #C2C3C2
RGB
CMYK
RGB Variations
Color information
#C2C3C2 (or 0xC2C3C2) is known color: Paris White. HEX triplet: C2, C3 and C2. RGB value is (194,195,194). Sum of RGB (Red+Green+Blue) = 194+195+194=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3C2 is #3D3C3D. Grayscale: #C2C2C2. Windows color (decimal): -4013118 or 12764098. OLE color: 12764098.
HSL color Cylindrical-coordinate representation of color #C2C3C2: 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 #C2C3C2 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 195 | 194 | - |
CMYK | 0.01 | 0 | 0.01 | 0.24 |
HSL | 120º | 0.01% | 0.76% | - |
HSV(B) | 120º | 0.01% | 0.76% | - |
XYZ | 51.5 | 54.39 | 58.82 | - |
YUV | 194.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 195 | 194 | 0.01 | 0 | 0.01 | 0.24 | 120 | 0.01 | 0.76 |
Hex | C2 | C3 | C2 | 1 | 0 | 1 | 18 | 78 | 1 | 4C |
Octal | 302 | 303 | 302 | 1 | 0 | 1 | 30 | 170 | 1 | 114 |
Binary | 11000010 | 11000011 | 11000010 | 1 | 0 | 1 | 11000 | 1111000 | 1 | 1001100 |
Color Harmonies of #C2C3C2
Complementary color
Monochromatic Colors of #C2C3C2
Black with #C2C3C2
Text Example
Text Example
White with #C2C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C3C2; }
p { color: rgb(194,195,194); }
H1.HeaderClassName
{
color: #C2C3C2;
}
.AnyTagClassName
{
color: #C2C3C2;
}
</style>
background-color css
<style>
a { background-color: #C2C3C2; }
a { background-color: rgb(194,195,194); }
div.DivClassName
{
background-color: #C2C3C2;
}
.BgClassName
{
background-color: #C2C3C2;
}
</style>
border-color css
<style>
span { border-color: #C2C3C2; }
span { border-color: rgb(194,195,194); }
td.TdClassName
{
border-color: #C2C3C2;
}
.TagClassName
{
border-color: #C2C3C2;
}
</style>