#CBB58A

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

Shades of Tan #CBB58A

Tints of Tan #CBB58A

Color information

#CBB58A (or 0xCBB58A) is unknown color: approx Tan. HEX triplet: CB, B5 and 8A. RGB value is (203,181,138). Sum of RGB (Red+Green+Blue) = 203+181+138=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB58A is #344A75. Grayscale: #B6B6B6. Windows color (decimal): -3426934 or 9090507. OLE color: 9090507.

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

Color convert

RGB203181138-
CMYK00.110.320.20
HSL39.69º38.46%66.86%-
HSV(B)39.69º32.02%79.61%-
XYZ45.7447.5830.82-
YUV182.68102.79142.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 181 (71.09% from 255) = 34.67%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=38.89%
G=34.67%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318113800.110.320.2039.6938.4666.86
HexCBB58A0B2014282643
Octal31326521201340245046103
Binary11001011101101011000101001011100000101001010001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB58A; }

 p { color: rgb(203,181,138); }

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

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

 a { background-color: rgb(203,181,138); }

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

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

 span { border-color: rgb(203,181,138); }

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