Shades of Paris White #C2CAC1
Tints of Paris White #C2CAC1
RGB
CMYK
RGB Variations
Color information
#C2CAC1 (or 0xC2CAC1) is known color: Paris White. HEX triplet: C2, CA and C1. RGB value is (194,202,193). Sum of RGB (Red+Green+Blue) = 194+202+193=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAC1 is #3D353E. Grayscale: #C6C6C6. Windows color (decimal): -4011327 or 12700354. OLE color: 12700354.
HSL color Cylindrical-coordinate representation of color #C2CAC1: hue angle of 113.33º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C2CAC1 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 194 | 202 | 193 | - |
CMYK | 0.04 | 0 | 0.04 | 0.21 |
HSL | 113.33º | 0.08% | 0.77% | - |
HSV(B) | 113.33º | 0.04% | 0.79% | - |
XYZ | 52.99 | 57.56 | 58.77 | - |
YUV | 198.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 202 | 193 | 0.04 | 0 | 0.04 | 0.21 | 113.33 | 0.08 | 0.77 |
Hex | C2 | CA | C1 | 4 | 0 | 4 | 15 | 71 | 8 | 4D |
Octal | 302 | 312 | 301 | 4 | 0 | 4 | 25 | 161 | 10 | 115 |
Binary | 11000010 | 11001010 | 11000001 | 100 | 0 | 100 | 10101 | 1110001 | 1000 | 1001101 |
Color Harmonies of #C2CAC1
Complementary color
Monochromatic Colors of #C2CAC1
Black with #C2CAC1
Text Example
Text Example
White with #C2CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAC1; }
p { color: rgb(194,202,193); }
H1.HeaderClassName
{
color: #C2CAC1;
}
.AnyTagClassName
{
color: #C2CAC1;
}
</style>
background-color css
<style>
a { background-color: #C2CAC1; }
a { background-color: rgb(194,202,193); }
div.DivClassName
{
background-color: #C2CAC1;
}
.BgClassName
{
background-color: #C2CAC1;
}
</style>
border-color css
<style>
span { border-color: #C2CAC1; }
span { border-color: rgb(194,202,193); }
td.TdClassName
{
border-color: #C2CAC1;
}
.TagClassName
{
border-color: #C2CAC1;
}
</style>