#C1CBC2

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

Shades of Paris White #C1CBC2

Tints of Paris White #C1CBC2

Color information

#C1CBC2 (or 0xC1CBC2) is unknown color: approx Paris White. HEX triplet: C1, CB and C2. RGB value is (193,203,194). Sum of RGB (Red+Green+Blue) = 193+203+194=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBC2 is #3E343D. Grayscale: #C7C7C7. Windows color (decimal): -4076606 or 12766145. OLE color: 12766145.

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

Color convert

RGB193203194-
CMYK0.0500.040.20
HSL126º8.77%77.65%-
HSV(B)126º4.93%79.61%-
XYZ53.0957.9459.43-
YUV198.98125.19123.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.71%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=32.71%
G=34.41%
B=32.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932031940.0500.040.201268.7777.65
HexC1CBC2504147e94e
Octal3013133025042417611116
Binary110000011100101111000010101010010100111111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBC2; }

 p { color: rgb(193,203,194); }

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

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

 a { background-color: rgb(193,203,194); }

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

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

 span { border-color: rgb(193,203,194); }

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