#C7CEC7

Color #C7CEC7 Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #C7CEC7

Tints of Paris White #C7CEC7

Color information

#C7CEC7 (or 0xC7CEC7) is unknown color: approx Paris White. HEX triplet: C7, CE and C7. RGB value is (199,206,199). Sum of RGB (Red+Green+Blue) = 199+206+199=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CEC7 is #383138. Grayscale: #CBCBCB. Windows color (decimal): -3682617 or 13094599. OLE color: 13094599.

HSL color Cylindrical-coordinate representation of color #C7CEC7: hue angle of 120º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7CEC7 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB199206199-
CMYK0.0300.030.19
HSL120º6.67%79.41%-
HSV(B)120º3.4%80.78%-
XYZ55.9360.4162.74-
YUV203.11125.68125.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 32.95%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=32.95%
G=34.11%
B=32.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061990.0300.030.191206.6779.41
HexC7CEC7303137874f
Octal307316307303231707117
Binary110001111100111011000111110111001111110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CEC7; }

 p { color: rgb(199,206,199); }

 H1.HeaderClassName
 {
   color: #C7CEC7;
 }
 .AnyTagClassName
 {
   color: #C7CEC7;
 }
</style>
background-color css

<style>
 a { background-color: #C7CEC7; }

 a { background-color: rgb(199,206,199); }

 div.DivClassName
 {
   background-color: #C7CEC7;
 }
 .BgClassName
 {
   background-color: #C7CEC7;
 }
</style>
border-color css

<style>
 span { border-color: #C7CEC7; }

 span { border-color: rgb(199,206,199); }

 td.TdClassName
 {
   border-color: #C7CEC7;
 }
 .TagClassName
 {
   border-color: #C7CEC7;
 }
</style>