#C4B8CF

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

Shades of French Grey #C4B8CF

Tints of French Grey #C4B8CF

Color information

#C4B8CF (or 0xC4B8CF) is unknown color: approx French Grey. HEX triplet: C4, B8 and CF. RGB value is (196,184,207). Sum of RGB (Red+Green+Blue) = 196+184+207=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B8CF is #3B4730. Grayscale: #BEBEBE. Windows color (decimal): -3884849 or 13613252. OLE color: 13613252.

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

Color convert

RGB196184207-
CMYK0.050.1100.19
HSL271.3º19.33%76.67%-
HSV(B)271.3º11.11%81.18%-
XYZ51.1750.5266.09-
YUV190.21137.48132.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=33.39%
G=31.35%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961842070.050.1100.19271.319.3376.67
HexC4B8CF5B01310f134d
Octal30427031751302341723115
Binary1100010010111000110011111011011010011100001111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B8CF; }

 p { color: rgb(196,184,207); }

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

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

 a { background-color: rgb(196,184,207); }

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

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

 span { border-color: rgb(196,184,207); }

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