Shades of Paris White #C4CBC5
Tints of Paris White #C4CBC5
RGB
CMYK
RGB Variations
Color information
#C4CBC5 (or 0xC4CBC5) is known color: Paris White. HEX triplet: C4, CB and C5. RGB value is (196,203,197). Sum of RGB (Red+Green+Blue) = 196+203+197=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC5 is #3B343A. Grayscale: #C8C8C8. Windows color (decimal): -3879995 or 12962756. OLE color: 12962756.
HSL color Cylindrical-coordinate representation of color #C4CBC5: hue angle of 128.57º 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 #C4CBC5 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 196 | 203 | 197 | - |
CMYK | 0.03 | 0 | 0.03 | 0.20 |
HSL | 128.57º | 0.06% | 0.78% | - |
HSV(B) | 128.57º | 0.03% | 0.8% | - |
XYZ | 54.2 | 58.48 | 61.25 | - |
YUV | 200.22 | 126.18 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 203 | 197 | 0.03 | 0 | 0.03 | 0.20 | 128.57 | 0.06 | 0.78 |
Hex | C4 | CB | C5 | 3 | 0 | 3 | 14 | 81 | 6 | 4E |
Octal | 304 | 313 | 305 | 3 | 0 | 3 | 24 | 201 | 6 | 116 |
Binary | 11000100 | 11001011 | 11000101 | 11 | 0 | 11 | 10100 | 10000001 | 110 | 1001110 |
Color Harmonies of #C4CBC5
Complementary color
Monochromatic Colors of #C4CBC5
Black with #C4CBC5
Text Example
Text Example
White with #C4CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBC5; }
p { color: rgb(196,203,197); }
H1.HeaderClassName
{
color: #C4CBC5;
}
.AnyTagClassName
{
color: #C4CBC5;
}
</style>
background-color css
<style>
a { background-color: #C4CBC5; }
a { background-color: rgb(196,203,197); }
div.DivClassName
{
background-color: #C4CBC5;
}
.BgClassName
{
background-color: #C4CBC5;
}
</style>
border-color css
<style>
span { border-color: #C4CBC5; }
span { border-color: rgb(196,203,197); }
td.TdClassName
{
border-color: #C4CBC5;
}
.TagClassName
{
border-color: #C4CBC5;
}
</style>