#CFB288

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

Shades of Tan #CFB288

Tints of Tan #CFB288

Color information

#CFB288 (or 0xCFB288) is unknown color: approx Tan. HEX triplet: CF, B2 and 88. RGB value is (207,178,136). Sum of RGB (Red+Green+Blue) = 207+178+136=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB288 is #304D77. Grayscale: #B6B6B6. Windows color (decimal): -3165560 or 8958671. OLE color: 8958671.

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

Color convert

RGB207178136-
CMYK00.140.340.19
HSL35.49º42.51%67.25%-
HSV(B)35.49º34.3%81.18%-
XYZ46.146.8829.91-
YUV181.88102.11145.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=39.73%
G=34.17%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717813600.140.340.1935.4942.5167.25
HexCFB2880E2213232b43
Octal31726221001642234353103
Binary11001111101100101000100001110100010100111000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB288; }

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

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

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

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

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

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

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

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