#C1CAC0

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

Shades of Paris White #C1CAC0

Tints of Paris White #C1CAC0

Color information

#C1CAC0 (or 0xC1CAC0) is unknown color: approx Paris White. HEX triplet: C1, CA and C0. RGB value is (193,202,192). Sum of RGB (Red+Green+Blue) = 193+202+192=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CAC0 is #3E353F. Grayscale: #C6C6C6. Windows color (decimal): -4076864 or 12634817. OLE color: 12634817.

HSL color Cylindrical-coordinate representation of color #C1CAC0: hue angle of 114º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1CAC0 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB193202192-
CMYK0.0400.050.21
HSL114º8.62%77.25%-
HSV(B)114º4.95%79.22%-
XYZ52.6357.3858.17-
YUV198.17124.52124.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=32.88%
G=34.41%
B=32.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1932021920.0400.050.211148.6277.25
HexC1CAC0405157294d
Octal3013123004052516211115
Binary110000011100101011000000100010110101111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAC0; }

 p { color: rgb(193,202,192); }

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

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

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

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

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

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

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