#f2cd93

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

Shades of Chamois #F2CD93

Tints of Chamois #F2CD93

Color information

#F2CD93 (or 0xF2CD93) is unknown color: approx Chamois. HEX triplet: F2, CD and 93. RGB value is (242,205,147). Sum of RGB (Red+Green+Blue) = 242+205+147=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CD93 is #0D326C. Grayscale: #D1D1D1. Windows color (decimal): -864877 or 9686514. OLE color: 9686514.

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

Color convert

RGB242205147-
CMYK00.150.390.05
HSL36.63º78.51%76.27%-
HSV(B)36.63º39.26%94.9%-
XYZ63.7264.6536.72-
YUV209.4592.76151.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 147 (57.81% from 255) = 24.75%
R=40.74%
G=34.51%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220514700.150.390.0536.6378.5176.27
HexF2CD930F275254f4c
Octal36231522301747545117114
Binary1111001011001101100100110111110011110110010110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2cd93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2cd93; }

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

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

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

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

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

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

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

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