#CFB287

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

Shades of Tan #CFB287

Tints of Tan #CFB287

Color information

#CFB287 (or 0xCFB287) is unknown color: approx Tan. HEX triplet: CF, B2 and 87. RGB value is (207,178,135). Sum of RGB (Red+Green+Blue) = 207+178+135=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB287 is #304D78. Grayscale: #B5B5B5. Windows color (decimal): -3165561 or 8893135. OLE color: 8893135.

HSL color Cylindrical-coordinate representation of color #CFB287: hue angle of 35.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFB287 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207178135-
CMYK00.140.350.19
HSL35.83º42.86%67.06%-
HSV(B)35.83º34.78%81.18%-
XYZ46.0346.8629.54-
YUV181.77101.61146-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 135 (53.12% from 255) = 25.96%
R=39.81%
G=34.23%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717813500.140.350.1935.8342.8667.06
HexCFB2870E2313242b43
Octal31726220701643234453103
Binary11001111101100101000011101110100011100111001001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB287; }

 p { color: rgb(207,178,135); }

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

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

 a { background-color: rgb(207,178,135); }

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

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

 span { border-color: rgb(207,178,135); }

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