Shades of Paris White #C3CFC3
Tints of Paris White #C3CFC3
RGB
CMYK
RGB Variations
Color information
#C3CFC3 (or 0xC3CFC3) is known color: Paris White. HEX triplet: C3, CF and C3. RGB value is (195,207,195). Sum of RGB (Red+Green+Blue) = 195+207+195=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFC3 is #3C303C. Grayscale: #CACACA. Windows color (decimal): -3944509 or 12832707. OLE color: 12832707.
HSL color Cylindrical-coordinate representation of color #C3CFC3: hue angle of 120º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CFC3 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 207 | 195 | - |
CMYK | 0.06 | 0 | 0.06 | 0.19 |
HSL | 120º | 0.11% | 0.79% | - |
HSV(B) | 120º | 0.06% | 0.81% | - |
XYZ | 54.67 | 60.17 | 60.36 | - |
YUV | 202.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 207 | 195 | 0.06 | 0 | 0.06 | 0.19 | 120 | 0.11 | 0.79 |
Hex | C3 | CF | C3 | 6 | 0 | 6 | 13 | 78 | B | 4F |
Octal | 303 | 317 | 303 | 6 | 0 | 6 | 23 | 170 | 13 | 117 |
Binary | 11000011 | 11001111 | 11000011 | 110 | 0 | 110 | 10011 | 1111000 | 1011 | 1001111 |
Color Harmonies of #C3CFC3
Complementary color
Monochromatic Colors of #C3CFC3
Black with #C3CFC3
Text Example
Text Example
White with #C3CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFC3; }
p { color: rgb(195,207,195); }
H1.HeaderClassName
{
color: #C3CFC3;
}
.AnyTagClassName
{
color: #C3CFC3;
}
</style>
background-color css
<style>
a { background-color: #C3CFC3; }
a { background-color: rgb(195,207,195); }
div.DivClassName
{
background-color: #C3CFC3;
}
.BgClassName
{
background-color: #C3CFC3;
}
</style>
border-color css
<style>
span { border-color: #C3CFC3; }
span { border-color: rgb(195,207,195); }
td.TdClassName
{
border-color: #C3CFC3;
}
.TagClassName
{
border-color: #C3CFC3;
}
</style>