Shades of Paris White #C3CBC4
Tints of Paris White #C3CBC4
RGB
CMYK
RGB Variations
Color information
#C3CBC4 (or 0xC3CBC4) is known color: Paris White. HEX triplet: C3, CB and C4. RGB value is (195,203,196). Sum of RGB (Red+Green+Blue) = 195+203+196=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBC4 is #3C343B. Grayscale: #C7C7C7. Windows color (decimal): -3945532 or 12897219. OLE color: 12897219.
HSL color Cylindrical-coordinate representation of color #C3CBC4: hue angle of 127.5º degrees, saturation: 0.07, 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 #C3CBC4 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 196 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.20 |
| HSL | 127.5º | 0.07% | 0.78% | - |
| HSV(B) | 127.5º | 0.04% | 0.8% | - |
| XYZ | 53.83 | 58.3 | 60.64 | - |
| YUV | 199.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 196 | 0.04 | 0 | 0.03 | 0.20 | 127.5 | 0.07 | 0.78 |
| Hex | C3 | CB | C4 | 4 | 0 | 3 | 14 | 80 | 7 | 4E |
| Octal | 303 | 313 | 304 | 4 | 0 | 3 | 24 | 200 | 7 | 116 |
| Binary | 11000011 | 11001011 | 11000100 | 100 | 0 | 11 | 10100 | 10000000 | 111 | 1001110 |
Color Harmonies of #C3CBC4
Complementary color
Monochromatic Colors of #C3CBC4
Black with #C3CBC4
Text Example
Text Example
White with #C3CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBC4; }
p { color: rgb(195,203,196); }
H1.HeaderClassName
{
color: #C3CBC4;
}
.AnyTagClassName
{
color: #C3CBC4;
}
</style>
background-color css
<style>
a { background-color: #C3CBC4; }
a { background-color: rgb(195,203,196); }
div.DivClassName
{
background-color: #C3CBC4;
}
.BgClassName
{
background-color: #C3CBC4;
}
</style>
border-color css
<style>
span { border-color: #C3CBC4; }
span { border-color: rgb(195,203,196); }
td.TdClassName
{
border-color: #C3CBC4;
}
.TagClassName
{
border-color: #C3CBC4;
}
</style>