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