Shades of Paris White #C4CBC4
Tints of Paris White #C4CBC4
RGB
CMYK
RGB Variations
Color information
#C4CBC4 (or 0xC4CBC4) is known color: Paris White. HEX triplet: C4, CB and C4. RGB value is (196,203,196). Sum of RGB (Red+Green+Blue) = 196+203+196=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC4 is #3B343B. Grayscale: #C8C8C8. Windows color (decimal): -3879996 or 12897220. OLE color: 12897220.
HSL color Cylindrical-coordinate representation of color #C4CBC4: hue angle of 120º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4CBC4 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 196 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.20 |
| HSL | 120º | 0.06% | 0.78% | - |
| HSV(B) | 120º | 0.03% | 0.8% | - |
| XYZ | 54.08 | 58.43 | 60.65 | - |
| YUV | 200.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 196 | 0.03 | 0 | 0.03 | 0.20 | 120 | 0.06 | 0.78 |
| Hex | C4 | CB | C4 | 3 | 0 | 3 | 14 | 78 | 6 | 4E |
| Octal | 304 | 313 | 304 | 3 | 0 | 3 | 24 | 170 | 6 | 116 |
| Binary | 11000100 | 11001011 | 11000100 | 11 | 0 | 11 | 10100 | 1111000 | 110 | 1001110 |
Color Harmonies of #C4CBC4
Complementary color
Monochromatic Colors of #C4CBC4
Black with #C4CBC4
Text Example
Text Example
White with #C4CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBC4; }
p { color: rgb(196,203,196); }
H1.HeaderClassName
{
color: #C4CBC4;
}
.AnyTagClassName
{
color: #C4CBC4;
}
</style>
background-color css
<style>
a { background-color: #C4CBC4; }
a { background-color: rgb(196,203,196); }
div.DivClassName
{
background-color: #C4CBC4;
}
.BgClassName
{
background-color: #C4CBC4;
}
</style>
border-color css
<style>
span { border-color: #C4CBC4; }
span { border-color: rgb(196,203,196); }
td.TdClassName
{
border-color: #C4CBC4;
}
.TagClassName
{
border-color: #C4CBC4;
}
</style>