Shades of Paris White #C3CFC4
Tints of Paris White #C3CFC4
RGB
CMYK
RGB Variations
Color information
#C3CFC4 (or 0xC3CFC4) is known color: Paris White. HEX triplet: C3, CF and C4. RGB value is (195,207,196). Sum of RGB (Red+Green+Blue) = 195+207+196=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFC4 is #3C303B. Grayscale: #CACACA. Windows color (decimal): -3944508 or 12898243. OLE color: 12898243.
HSL color Cylindrical-coordinate representation of color #C3CFC4: hue angle of 125º 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 #C3CFC4 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 196 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.19 |
| HSL | 125º | 0.11% | 0.79% | - |
| HSV(B) | 125º | 0.06% | 0.81% | - |
| XYZ | 54.78 | 60.21 | 60.96 | - |
| YUV | 202.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 196 | 0.06 | 0 | 0.05 | 0.19 | 125 | 0.11 | 0.79 |
| Hex | C3 | CF | C4 | 6 | 0 | 5 | 13 | 7D | B | 4F |
| Octal | 303 | 317 | 304 | 6 | 0 | 5 | 23 | 175 | 13 | 117 |
| Binary | 11000011 | 11001111 | 11000100 | 110 | 0 | 101 | 10011 | 1111101 | 1011 | 1001111 |
Color Harmonies of #C3CFC4
Complementary color
Monochromatic Colors of #C3CFC4
Black with #C3CFC4
Text Example
Text Example
White with #C3CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFC4; }
p { color: rgb(195,207,196); }
H1.HeaderClassName
{
color: #C3CFC4;
}
.AnyTagClassName
{
color: #C3CFC4;
}
</style>
background-color css
<style>
a { background-color: #C3CFC4; }
a { background-color: rgb(195,207,196); }
div.DivClassName
{
background-color: #C3CFC4;
}
.BgClassName
{
background-color: #C3CFC4;
}
</style>
border-color css
<style>
span { border-color: #C3CFC4; }
span { border-color: rgb(195,207,196); }
td.TdClassName
{
border-color: #C3CFC4;
}
.TagClassName
{
border-color: #C3CFC4;
}
</style>