#C0CABF

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

Shades of Paris White #C0CABF

Tints of Paris White #C0CABF

Color information

#C0CABF (or 0xC0CABF) is unknown color: approx Paris White. HEX triplet: C0, CA and BF. RGB value is (192,202,191). Sum of RGB (Red+Green+Blue) = 192+202+191=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CABF is #3F3540. Grayscale: #C5C5C5. Windows color (decimal): -4142401 or 12569280. OLE color: 12569280.

HSL color Cylindrical-coordinate representation of color #C0CABF: hue angle of 114.55º 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 #C0CABF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB192202191-
CMYK0.0500.050.21
HSL114.55º9.4%77.06%-
HSV(B)114.55º5.45%79.22%-
XYZ52.2657.2157.58-
YUV197.76124.19123.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 191 (75% from 255) = 32.65%
R=32.82%
G=34.53%
B=32.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021910.0500.050.21114.559.477.06
HexC0CABF505157394d
Octal3003122775052516311115
Binary110000001100101010111111101010110101111001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CABF; }

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

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

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

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

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

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

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

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