#CBAE87

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

Shades of Tan #CBAE87

Tints of Tan #CBAE87

Color information

#CBAE87 (or 0xCBAE87) is unknown color: approx Tan. HEX triplet: CB, AE and 87. RGB value is (203,174,135). Sum of RGB (Red+Green+Blue) = 203+174+135=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE87 is #345178. Grayscale: #B2B2B2. Windows color (decimal): -3428729 or 8892107. OLE color: 8892107.

HSL color Cylindrical-coordinate representation of color #CBAE87: hue angle of 34.41º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBAE87 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203174135-
CMYK00.140.330.20
HSL34.41º39.53%66.27%-
HSV(B)34.41º33.5%79.61%-
XYZ44.1444.7229.23-
YUV178.22103.61145.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.65%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=39.65%
G=33.98%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317413500.140.330.2034.4139.5366.27
HexCBAE870E2114222842
Octal31325620701641244250102
Binary11001011101011101000011101110100001101001000101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE87; }

 p { color: rgb(203,174,135); }

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

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

 a { background-color: rgb(203,174,135); }

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

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

 span { border-color: rgb(203,174,135); }

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