#F3CF96

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

Shades of Chamois #F3CF96

Tints of Chamois #F3CF96

Color information

#F3CF96 (or 0xF3CF96) is unknown color: approx Chamois. HEX triplet: F3, CF and 96. RGB value is (243,207,150). Sum of RGB (Red+Green+Blue) = 243+207+150=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CF96 is #0C3069. Grayscale: #D3D3D3. Windows color (decimal): -798826 or 9883635. OLE color: 9883635.

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

Color convert

RGB243207150-
CMYK00.150.380.05
HSL36.77º79.49%77.06%-
HSV(B)36.77º38.27%95.29%-
XYZ64.7865.8838.16-
YUV211.2793.43150.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 150 (58.98% from 255) = 25%
R=40.5%
G=34.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320715000.150.380.0536.7779.4977.06
HexF3CF960F265254f4d
Octal36331722601746545117115
Binary1111001111001111100101100111110011010110010110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CF96; }

 p { color: rgb(243,207,150); }

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

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

 a { background-color: rgb(243,207,150); }

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

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

 span { border-color: rgb(243,207,150); }

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