#CFB191

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

Shades of Tan #CFB191

Tints of Tan #CFB191

Color information

#CFB191 (or 0xCFB191) is unknown color: approx Tan. HEX triplet: CF, B1 and 91. RGB value is (207,177,145). Sum of RGB (Red+Green+Blue) = 207+177+145=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB191 is #304E6E. Grayscale: #B6B6B6. Windows color (decimal): -3165807 or 9548239. OLE color: 9548239.

HSL color Cylindrical-coordinate representation of color #CFB191: hue angle of 30.97º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFB191 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207177145-
CMYK00.140.300.19
HSL30.97º39.24%69.02%-
HSV(B)30.97º29.95%81.18%-
XYZ46.5746.7533.36-
YUV182.32106.94145.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=39.13%
G=33.46%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717714500.140.300.1930.9739.2469.02
HexCFB1910E1E131f2745
Octal31726122101636233747105
Binary110011111011000110010001011101111010011111111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB191; }

 p { color: rgb(207,177,145); }

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

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

 a { background-color: rgb(207,177,145); }

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

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

 span { border-color: rgb(207,177,145); }

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