#F2CC91

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

Shades of Chamois #F2CC91

Tints of Chamois #F2CC91

Color information

#F2CC91 (or 0xF2CC91) is unknown color: approx Chamois. HEX triplet: F2, CC and 91. RGB value is (242,204,145). Sum of RGB (Red+Green+Blue) = 242+204+145=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC91 is #0D336E. Grayscale: #D0D0D0. Windows color (decimal): -865135 or 9555186. OLE color: 9555186.

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

Color convert

RGB242204145-
CMYK00.160.400.05
HSL36.49º78.86%75.88%-
HSV(B)36.49º40.08%94.9%-
XYZ63.3264.1135.82-
YUV208.6492.09151.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 145 (57.03% from 255) = 24.53%
R=40.95%
G=34.52%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220414500.160.400.0536.4978.8675.88
HexF2CC91010285244f4c
Octal36231422102050544117114
Binary11110010110011001001000101000010100010110010010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC91; }

 p { color: rgb(242,204,145); }

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

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

 a { background-color: rgb(242,204,145); }

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

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

 span { border-color: rgb(242,204,145); }

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