#F2CD91

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

Shades of Chamois #F2CD91

Tints of Chamois #F2CD91

Color information

#F2CD91 (or 0xF2CD91) is unknown color: approx Chamois. HEX triplet: F2, CD and 91. RGB value is (242,205,145). Sum of RGB (Red+Green+Blue) = 242+205+145=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CD91 is #0D326E. Grayscale: #D1D1D1. Windows color (decimal): -864879 or 9555442. OLE color: 9555442.

HSL color Cylindrical-coordinate representation of color #F2CD91: hue angle of 37.11º 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 #F2CD91 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242205145-
CMYK00.150.400.05
HSL37.11º78.86%75.88%-
HSV(B)37.11º40.08%94.9%-
XYZ63.5664.5835.9-
YUV209.2291.76151.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 145 (57.03% from 255) = 24.49%
R=40.88%
G=34.63%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220514500.150.400.0537.1178.8675.88
HexF2CD910F285254f4c
Octal36231522101750545117114
Binary1111001011001101100100010111110100010110010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CD91; }

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

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

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

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

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

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

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

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