#CBB491

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

Shades of Tan #CBB491

Tints of Tan #CBB491

Color information

#CBB491 (or 0xCBB491) is unknown color: approx Tan. HEX triplet: CB, B4 and 91. RGB value is (203,180,145). Sum of RGB (Red+Green+Blue) = 203+180+145=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB491 is #344B6E. Grayscale: #B7B7B7. Windows color (decimal): -3427183 or 9549003. OLE color: 9549003.

HSL color Cylindrical-coordinate representation of color #CBB491: hue angle of 36.21º 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 #CBB491 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203180145-
CMYK00.110.290.20
HSL36.21º35.8%68.24%-
HSV(B)36.21º28.57%79.61%-
XYZ46.0647.3833.51-
YUV182.89106.62142.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=38.45%
G=34.09%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318014500.110.290.2036.2135.868.24
HexCBB4910B1D14242444
Octal31326422101335244444104
Binary1100101110110100100100010101111101101001001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB491; }

 p { color: rgb(203,180,145); }

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

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

 a { background-color: rgb(203,180,145); }

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

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

 span { border-color: rgb(203,180,145); }

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