Shades of Paris White #C3CEC3
Tints of Paris White #C3CEC3
RGB
CMYK
RGB Variations
Color information
#C3CEC3 (or 0xC3CEC3) is known color: Paris White. HEX triplet: C3, CE and C3. RGB value is (195,206,195). Sum of RGB (Red+Green+Blue) = 195+206+195=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC3 is #3C313C. Grayscale: #C9C9C9. Windows color (decimal): -3944765 or 12832451. OLE color: 12832451.
HSL color Cylindrical-coordinate representation of color #C3CEC3: hue angle of 120º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CEC3 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 206 | 195 | - |
CMYK | 0.05 | 0 | 0.05 | 0.19 |
HSL | 120º | 0.1% | 0.79% | - |
HSV(B) | 120º | 0.05% | 0.81% | - |
XYZ | 54.43 | 59.68 | 60.28 | - |
YUV | 201.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 195 | 0.05 | 0 | 0.05 | 0.19 | 120 | 0.1 | 0.79 |
Hex | C3 | CE | C3 | 5 | 0 | 5 | 13 | 78 | A | 4F |
Octal | 303 | 316 | 303 | 5 | 0 | 5 | 23 | 170 | 12 | 117 |
Binary | 11000011 | 11001110 | 11000011 | 101 | 0 | 101 | 10011 | 1111000 | 1010 | 1001111 |
Color Harmonies of #C3CEC3
Complementary color
Monochromatic Colors of #C3CEC3
Black with #C3CEC3
Text Example
Text Example
White with #C3CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEC3; }
p { color: rgb(195,206,195); }
H1.HeaderClassName
{
color: #C3CEC3;
}
.AnyTagClassName
{
color: #C3CEC3;
}
</style>
background-color css
<style>
a { background-color: #C3CEC3; }
a { background-color: rgb(195,206,195); }
div.DivClassName
{
background-color: #C3CEC3;
}
.BgClassName
{
background-color: #C3CEC3;
}
</style>
border-color css
<style>
span { border-color: #C3CEC3; }
span { border-color: rgb(195,206,195); }
td.TdClassName
{
border-color: #C3CEC3;
}
.TagClassName
{
border-color: #C3CEC3;
}
</style>