#CBAE8C

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

Shades of Tan #CBAE8C

Tints of Tan #CBAE8C

Color information

#CBAE8C (or 0xCBAE8C) is unknown color: approx Tan. HEX triplet: CB, AE and 8C. RGB value is (203,174,140). Sum of RGB (Red+Green+Blue) = 203+174+140=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE8C is #345173. Grayscale: #B2B2B2. Windows color (decimal): -3428724 or 9219787. OLE color: 9219787.

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

Color convert

RGB203174140-
CMYK00.140.310.20
HSL32.38º37.72%67.25%-
HSV(B)32.38º31.03%79.61%-
XYZ44.544.8631.12-
YUV178.8106.11145.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=39.26%
G=33.66%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317414000.140.310.2032.3837.7267.25
HexCBAE8C0E1F14202643
Octal31325621401637244046103
Binary1100101110101110100011000111011111101001000001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE8C; }

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

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

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

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

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

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

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

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