#C1BB9A

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

Shades of Tana #C1BB9A

Tints of Tana #C1BB9A

Color information

#C1BB9A (or 0xC1BB9A) is unknown color: approx Tana. HEX triplet: C1, BB and 9A. RGB value is (193,187,154). Sum of RGB (Red+Green+Blue) = 193+187+154=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB9A is #3E4465. Grayscale: #B9B9B9. Windows color (decimal): -4080742 or 10140609. OLE color: 10140609.

HSL color Cylindrical-coordinate representation of color #C1BB9A: hue angle of 50.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BB9A is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193187154-
CMYK00.030.200.24
HSL50.77º23.93%68.04%-
HSV(B)50.77º20.21%75.69%-
XYZ45.649.2137.67-
YUV185.03110.49133.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=36.14%
G=35.02%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318715400.030.200.2450.7723.9368.04
HexC1BB9A031418331844
Octal3012732320324306330104
Binary1100000110111011100110100111010011000110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB9A; }

 p { color: rgb(193,187,154); }

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

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

 a { background-color: rgb(193,187,154); }

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

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

 span { border-color: rgb(193,187,154); }

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