#F0CF9B

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

Shades of Chamois #F0CF9B

Tints of Chamois #F0CF9B

Color information

#F0CF9B (or 0xF0CF9B) is unknown color: approx Chamois. HEX triplet: F0, CF and 9B. RGB value is (240,207,155). Sum of RGB (Red+Green+Blue) = 240+207+155=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CF9B is #0F3064. Grayscale: #D3D3D3. Windows color (decimal): -995429 or 10211312. OLE color: 10211312.

HSL color Cylindrical-coordinate representation of color #F0CF9B: hue angle of 36.71º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0CF9B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240207155-
CMYK00.140.350.06
HSL36.71º73.91%77.45%-
HSV(B)36.71º35.42%94.12%-
XYZ64.1665.5240.27-
YUV210.9496.43148.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 155 (60.94% from 255) = 25.75%
R=39.87%
G=34.39%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020715500.140.350.0636.7173.9177.45
HexF0CF9B0E236254a4d
Octal36031723301643645112115
Binary1111000011001111100110110111010001111010010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CF9B; }

 p { color: rgb(240,207,155); }

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

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

 a { background-color: rgb(240,207,155); }

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

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

 span { border-color: rgb(240,207,155); }

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