Shades of Paris White #C7CCC7
Tints of Paris White #C7CCC7
RGB
CMYK
RGB Variations
Color information
#C7CCC7 (or 0xC7CCC7) is known color: Paris White. HEX triplet: C7, CC and C7. RGB value is (199,204,199). Sum of RGB (Red+Green+Blue) = 199+204+199=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCC7 is #383338. Grayscale: #C9C9C9. Windows color (decimal): -3683129 or 13094087. OLE color: 13094087.
HSL color Cylindrical-coordinate representation of color #C7CCC7: hue angle of 120º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C7CCC7 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 204 | 199 | - |
CMYK | 0.02 | 0 | 0.02 | 0.2 |
HSL | 120º | 0.05% | 0.79% | - |
HSV(B) | 120º | 0.02% | 0.8% | - |
XYZ | 55.45 | 59.45 | 62.59 | - |
YUV | 201.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 199 | 0.02 | 0 | 0.02 | 0.2 | 120 | 0.05 | 0.79 |
Hex | C7 | CC | C7 | 2 | 0 | 2 | 14 | 78 | 5 | 4F |
Octal | 307 | 314 | 307 | 2 | 0 | 2 | 24 | 170 | 5 | 117 |
Binary | 11000111 | 11001100 | 11000111 | 10 | 0 | 10 | 10100 | 1111000 | 101 | 1001111 |
Color Harmonies of #C7CCC7
Complementary color
Monochromatic Colors of #C7CCC7
Black with #C7CCC7
Text Example
Text Example
White with #C7CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCC7; }
p { color: rgb(199,204,199); }
H1.HeaderClassName
{
color: #C7CCC7;
}
.AnyTagClassName
{
color: #C7CCC7;
}
</style>
background-color css
<style>
a { background-color: #C7CCC7; }
a { background-color: rgb(199,204,199); }
div.DivClassName
{
background-color: #C7CCC7;
}
.BgClassName
{
background-color: #C7CCC7;
}
</style>
border-color css
<style>
span { border-color: #C7CCC7; }
span { border-color: rgb(199,204,199); }
td.TdClassName
{
border-color: #C7CCC7;
}
.TagClassName
{
border-color: #C7CCC7;
}
</style>