#C1B4CD

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

Shades of French Grey #C1B4CD

Tints of French Grey #C1B4CD

Color information

#C1B4CD (or 0xC1B4CD) is unknown color: approx French Grey. HEX triplet: C1, B4 and CD. RGB value is (193,180,205). Sum of RGB (Red+Green+Blue) = 193+180+205=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4CD is #3E4B32. Grayscale: #BABABA. Windows color (decimal): -4082483 or 13481153. OLE color: 13481153.

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

Color convert

RGB193180205-
CMYK0.060.1200.20
HSL271.2º20%75.49%-
HSV(B)271.2º12.2%80.39%-
XYZ49.3348.3964.5-
YUV186.74138.31132.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.39%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=33.39%
G=31.14%
B=35.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931802050.060.1200.20271.22075.49
HexC1B4CD6C01410f144b
Octal30126431561402441724113
Binary1100000110110100110011011101100010100100001111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B4CD; }

 p { color: rgb(193,180,205); }

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

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

 a { background-color: rgb(193,180,205); }

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

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

 span { border-color: rgb(193,180,205); }

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