#C0B4CB

Color #C0B4CB French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #C0B4CB

Tints of French Grey #C0B4CB

Color information

#C0B4CB (or 0xC0B4CB) is unknown color: approx French Grey. HEX triplet: C0, B4 and CB. RGB value is (192,180,203). Sum of RGB (Red+Green+Blue) = 192+180+203=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4CB is #3F4B34. Grayscale: #BABABA. Windows color (decimal): -4148021 or 13350080. OLE color: 13350080.

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

Color convert

RGB192180203-
CMYK0.050.1100.20
HSL271.3º18.11%75.1%-
HSV(B)271.3º11.33%79.61%-
XYZ48.8448.1663.22-
YUV186.21137.48132.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=33.39%
G=31.30%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921802030.050.1100.20271.318.1175.1
HexC0B4CB5B01410f124b
Octal30026431351302441722113
Binary1100000010110100110010111011011010100100001111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4CB; }

 p { color: rgb(192,180,203); }

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

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

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

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

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

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

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