#C0CEC2

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

Shades of Paris White #C0CEC2

Tints of Paris White #C0CEC2

Color information

#C0CEC2 (or 0xC0CEC2) is unknown color: approx Paris White. HEX triplet: C0, CE and C2. RGB value is (192,206,194). Sum of RGB (Red+Green+Blue) = 192+206+194=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEC2 is #3F313D. Grayscale: #C8C8C8. Windows color (decimal): -4141374 or 12766912. OLE color: 12766912.

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

Color convert

RGB192206194-
CMYK0.0700.060.19
HSL128.57º12.5%78.04%-
HSV(B)128.57º6.8%80.78%-
XYZ53.5559.2459.65-
YUV200.45124.36121.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.43%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=32.43%
G=34.80%
B=32.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922061940.0700.060.19128.5712.578.04
HexC0CEC27061381c4e
Octal3003163027062320114116
Binary1100000011001110110000101110110100111000000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEC2; }

 p { color: rgb(192,206,194); }

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

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

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

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

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

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

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