Shades of Paris White #C2CFC2
Tints of Paris White #C2CFC2
RGB
CMYK
RGB Variations
Color information
#C2CFC2 (or 0xC2CFC2) is known color: Paris White. HEX triplet: C2, CF and C2. RGB value is (194,207,194). Sum of RGB (Red+Green+Blue) = 194+207+194=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFC2 is #3D303D. Grayscale: #C9C9C9. Windows color (decimal): -4010046 or 12767170. OLE color: 12767170.
HSL color Cylindrical-coordinate representation of color #C2CFC2: hue angle of 120º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CFC2 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 194 | 207 | 194 | - |
CMYK | 0.06 | 0 | 0.06 | 0.19 |
HSL | 120º | 0.12% | 0.79% | - |
HSV(B) | 120º | 0.06% | 0.81% | - |
XYZ | 54.3 | 59.99 | 59.76 | - |
YUV | 201.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 207 | 194 | 0.06 | 0 | 0.06 | 0.19 | 120 | 0.12 | 0.79 |
Hex | C2 | CF | C2 | 6 | 0 | 6 | 13 | 78 | C | 4F |
Octal | 302 | 317 | 302 | 6 | 0 | 6 | 23 | 170 | 14 | 117 |
Binary | 11000010 | 11001111 | 11000010 | 110 | 0 | 110 | 10011 | 1111000 | 1100 | 1001111 |
Color Harmonies of #C2CFC2
Complementary color
Monochromatic Colors of #C2CFC2
Black with #C2CFC2
Text Example
Text Example
White with #C2CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFC2; }
p { color: rgb(194,207,194); }
H1.HeaderClassName
{
color: #C2CFC2;
}
.AnyTagClassName
{
color: #C2CFC2;
}
</style>
background-color css
<style>
a { background-color: #C2CFC2; }
a { background-color: rgb(194,207,194); }
div.DivClassName
{
background-color: #C2CFC2;
}
.BgClassName
{
background-color: #C2CFC2;
}
</style>
border-color css
<style>
span { border-color: #C2CFC2; }
span { border-color: rgb(194,207,194); }
td.TdClassName
{
border-color: #C2CFC2;
}
.TagClassName
{
border-color: #C2CFC2;
}
</style>