#CBB191

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

Shades of Tan #CBB191

Tints of Tan #CBB191

Color information

#CBB191 (or 0xCBB191) is unknown color: approx Tan. HEX triplet: CB, B1 and 91. RGB value is (203,177,145). Sum of RGB (Red+Green+Blue) = 203+177+145=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB191 is #344E6E. Grayscale: #B5B5B5. Windows color (decimal): -3427951 or 9548235. OLE color: 9548235.

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

Color convert

RGB203177145-
CMYK00.130.290.20
HSL33.1º35.8%68.24%-
HSV(B)33.1º28.57%79.61%-
XYZ45.4646.1933.31-
YUV181.13107.61143.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=38.67%
G=33.71%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317714500.130.290.2033.135.868.24
HexCBB1910D1D14212444
Octal31326122101535244144104
Binary1100101110110001100100010110111101101001000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB191; }

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

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

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

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

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

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

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

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