#C0D1C0

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

Shades of Paris White #C0D1C0

Tints of Paris White #C0D1C0

Color information

#C0D1C0 (or 0xC0D1C0) is unknown color: approx Paris White. HEX triplet: C0, D1 and C0. RGB value is (192,209,192). Sum of RGB (Red+Green+Blue) = 192+209+192=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1C0 is #3F2E3F. Grayscale: #CACACA. Windows color (decimal): -4140608 or 12636608. OLE color: 12636608.

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

Color convert

RGB192209192-
CMYK0.0800.080.18
HSL120º15.6%78.63%-
HSV(B)120º8.13%81.96%-
XYZ54.0560.6158.72-
YUV201.98122.37120.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.38%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=32.38%
G=35.24%
B=32.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922091920.0800.080.1812015.678.63
HexC0D1C08081278104f
Octal300321300100102217020117
Binary110000001101000111000000100001000100101111000100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D1C0; }

 p { color: rgb(192,209,192); }

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

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

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

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

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

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

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