#CBAE90

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

Shades of Tan #CBAE90

Tints of Tan #CBAE90

Color information

#CBAE90 (or 0xCBAE90) is unknown color: approx Tan. HEX triplet: CB, AE and 90. RGB value is (203,174,144). Sum of RGB (Red+Green+Blue) = 203+174+144=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE90 is #34516F. Grayscale: #B3B3B3. Windows color (decimal): -3428720 or 9481931. OLE color: 9481931.

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

Color convert

RGB203174144-
CMYK00.140.290.20
HSL30.51º36.2%68.04%-
HSV(B)30.51º29.06%79.61%-
XYZ44.844.9832.71-
YUV179.25108.11144.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=38.96%
G=33.40%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317414400.140.290.2030.5136.268.04
HexCBAE900E1D141f2444
Octal31325622001635243744104
Binary110010111010111010010000011101110110100111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE90; }

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

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

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

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

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

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

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

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