Shades of Paris White #C3C5C3
Tints of Paris White #C3C5C3
RGB
CMYK
RGB Variations
Color information
#C3C5C3 (or 0xC3C5C3) is known color: Paris White. HEX triplet: C3, C5 and C3. RGB value is (195,197,195). Sum of RGB (Red+Green+Blue) = 195+197+195=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5C3 is #3C3A3C. Grayscale: #C4C4C4. Windows color (decimal): -3947069 or 12830147. OLE color: 12830147.
HSL color Cylindrical-coordinate representation of color #C3C5C3: hue angle of 120º degrees, saturation: 0.02, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C3C5C3 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 195 | 197 | 195 | - |
CMYK | 0.01 | 0 | 0.01 | 0.23 |
HSL | 120º | 0.02% | 0.77% | - |
HSV(B) | 120º | 0.01% | 0.77% | - |
XYZ | 52.32 | 55.47 | 59.58 | - |
YUV | 196.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 197 | 195 | 0.01 | 0 | 0.01 | 0.23 | 120 | 0.02 | 0.77 |
Hex | C3 | C5 | C3 | 1 | 0 | 1 | 17 | 78 | 2 | 4D |
Octal | 303 | 305 | 303 | 1 | 0 | 1 | 27 | 170 | 2 | 115 |
Binary | 11000011 | 11000101 | 11000011 | 1 | 0 | 1 | 10111 | 1111000 | 10 | 1001101 |
Color Harmonies of #C3C5C3
Complementary color
Monochromatic Colors of #C3C5C3
Black with #C3C5C3
Text Example
Text Example
White with #C3C5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5C3; }
p { color: rgb(195,197,195); }
H1.HeaderClassName
{
color: #C3C5C3;
}
.AnyTagClassName
{
color: #C3C5C3;
}
</style>
background-color css
<style>
a { background-color: #C3C5C3; }
a { background-color: rgb(195,197,195); }
div.DivClassName
{
background-color: #C3C5C3;
}
.BgClassName
{
background-color: #C3C5C3;
}
</style>
border-color css
<style>
span { border-color: #C3C5C3; }
span { border-color: rgb(195,197,195); }
td.TdClassName
{
border-color: #C3C5C3;
}
.TagClassName
{
border-color: #C3C5C3;
}
</style>