Shades of Paris White #C2CCC1
Tints of Paris White #C2CCC1
RGB
CMYK
RGB Variations
Color information
#C2CCC1 (or 0xC2CCC1) is known color: Paris White. HEX triplet: C2, CC and C1. RGB value is (194,204,193). Sum of RGB (Red+Green+Blue) = 194+204+193=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCC1 is #3D333E. Grayscale: #C7C7C7. Windows color (decimal): -4010815 or 12700866. OLE color: 12700866.
HSL color Cylindrical-coordinate representation of color #C2CCC1: hue angle of 114.55º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2CCC1 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 194 | 204 | 193 | - |
CMYK | 0.05 | 0 | 0.05 | 0.2 |
HSL | 114.55º | 0.1% | 0.78% | - |
HSV(B) | 114.55º | 0.05% | 0.8% | - |
XYZ | 53.47 | 58.51 | 58.93 | - |
YUV | 199.76 | 124.19 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 204 | 193 | 0.05 | 0 | 0.05 | 0.2 | 114.55 | 0.1 | 0.78 |
Hex | C2 | CC | C1 | 5 | 0 | 5 | 14 | 73 | A | 4E |
Octal | 302 | 314 | 301 | 5 | 0 | 5 | 24 | 163 | 12 | 116 |
Binary | 11000010 | 11001100 | 11000001 | 101 | 0 | 101 | 10100 | 1110011 | 1010 | 1001110 |
Color Harmonies of #C2CCC1
Complementary color
Monochromatic Colors of #C2CCC1
Black with #C2CCC1
Text Example
Text Example
White with #C2CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCC1; }
p { color: rgb(194,204,193); }
H1.HeaderClassName
{
color: #C2CCC1;
}
.AnyTagClassName
{
color: #C2CCC1;
}
</style>
background-color css
<style>
a { background-color: #C2CCC1; }
a { background-color: rgb(194,204,193); }
div.DivClassName
{
background-color: #C2CCC1;
}
.BgClassName
{
background-color: #C2CCC1;
}
</style>
border-color css
<style>
span { border-color: #C2CCC1; }
span { border-color: rgb(194,204,193); }
td.TdClassName
{
border-color: #C2CCC1;
}
.TagClassName
{
border-color: #C2CCC1;
}
</style>