Shades of Paris White #C3CCC3
Tints of Paris White #C3CCC3
RGB
CMYK
RGB Variations
Color information
#C3CCC3 (or 0xC3CCC3) is known color: Paris White. HEX triplet: C3, CC and C3. RGB value is (195,204,195). Sum of RGB (Red+Green+Blue) = 195+204+195=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCC3 is #3C333C. Grayscale: #C8C8C8. Windows color (decimal): -3945277 or 12831939. OLE color: 12831939.
HSL color Cylindrical-coordinate representation of color #C3CCC3: hue angle of 120º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3CCC3 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 195 | 204 | 195 | - |
CMYK | 0.04 | 0 | 0.04 | 0.2 |
HSL | 120º | 0.08% | 0.78% | - |
HSV(B) | 120º | 0.04% | 0.8% | - |
XYZ | 53.95 | 58.73 | 60.12 | - |
YUV | 200.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 204 | 195 | 0.04 | 0 | 0.04 | 0.2 | 120 | 0.08 | 0.78 |
Hex | C3 | CC | C3 | 4 | 0 | 4 | 14 | 78 | 8 | 4E |
Octal | 303 | 314 | 303 | 4 | 0 | 4 | 24 | 170 | 10 | 116 |
Binary | 11000011 | 11001100 | 11000011 | 100 | 0 | 100 | 10100 | 1111000 | 1000 | 1001110 |
Color Harmonies of #C3CCC3
Complementary color
Monochromatic Colors of #C3CCC3
Black with #C3CCC3
Text Example
Text Example
White with #C3CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCC3; }
p { color: rgb(195,204,195); }
H1.HeaderClassName
{
color: #C3CCC3;
}
.AnyTagClassName
{
color: #C3CCC3;
}
</style>
background-color css
<style>
a { background-color: #C3CCC3; }
a { background-color: rgb(195,204,195); }
div.DivClassName
{
background-color: #C3CCC3;
}
.BgClassName
{
background-color: #C3CCC3;
}
</style>
border-color css
<style>
span { border-color: #C3CCC3; }
span { border-color: rgb(195,204,195); }
td.TdClassName
{
border-color: #C3CCC3;
}
.TagClassName
{
border-color: #C3CCC3;
}
</style>