#C4C0CB

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

Shades of French Grey #C4C0CB

Tints of French Grey #C4C0CB

Color information

#C4C0CB (or 0xC4C0CB) is unknown color: approx French Grey. HEX triplet: C4, C0 and CB. RGB value is (196,192,203). Sum of RGB (Red+Green+Blue) = 196+192+203=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0CB is #3B3F34. Grayscale: #C2C2C2. Windows color (decimal): -3882805 or 13353156. OLE color: 13353156.

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

Color convert

RGB196192203-
CMYK0.030.0500.20
HSL261.82º9.57%77.45%-
HSV(B)261.82º5.42%79.61%-
XYZ52.3953.7564.11-
YUV194.45132.83129.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.16%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=33.16%
G=32.49%
B=34.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961922030.030.0500.20261.829.5777.45
HexC4C0CB35014106a4d
Octal3043003133502440612115
Binary1100010011000000110010111110101010010000011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C0CB; }

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

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

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

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

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

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

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

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