#F1CB95

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

Shades of Chamois #F1CB95

Tints of Chamois #F1CB95

Color information

#F1CB95 (or 0xF1CB95) is unknown color: approx Chamois. HEX triplet: F1, CB and 95. RGB value is (241,203,149). Sum of RGB (Red+Green+Blue) = 241+203+149=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CB95 is #0E346A. Grayscale: #D0D0D0. Windows color (decimal): -930923 or 9817073. OLE color: 9817073.

HSL color Cylindrical-coordinate representation of color #F1CB95: hue angle of 35.22º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1CB95 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241203149-
CMYK00.160.380.05
HSL35.22º76.67%76.47%-
HSV(B)35.22º38.17%94.51%-
XYZ63.0663.5837.38-
YUV208.2194.59151.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.64%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=40.64%
G=34.23%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120314900.160.380.0535.2276.6776.47
HexF1CB95010265234d4c
Octal36131322502046543115114
Binary11110001110010111001010101000010011010110001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CB95; }

 p { color: rgb(241,203,149); }

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

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

 a { background-color: rgb(241,203,149); }

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

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

 span { border-color: rgb(241,203,149); }

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