#C1BC9B

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

Shades of Tana #C1BC9B

Tints of Tana #C1BC9B

Color information

#C1BC9B (or 0xC1BC9B) is unknown color: approx Tana. HEX triplet: C1, BC and 9B. RGB value is (193,188,155). Sum of RGB (Red+Green+Blue) = 193+188+155=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC9B is #3E4364. Grayscale: #B9B9B9. Windows color (decimal): -4080485 or 10206401. OLE color: 10206401.

HSL color Cylindrical-coordinate representation of color #C1BC9B: hue angle of 52.11º degrees, saturation: 0.23, 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 #C1BC9B is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193188155-
CMYK00.030.200.24
HSL52.11º23.46%68.24%-
HSV(B)52.11º19.69%75.69%-
XYZ45.8949.6738.18-
YUV185.73110.66133.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.01%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=36.01%
G=35.07%
B=28.92%

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
Decimal19318815500.030.200.2452.1123.4668.24
HexC1BC9B031418341744
Octal3012742330324306427104
Binary1100000110111100100110110111010011000110100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC9B; }

 p { color: rgb(193,188,155); }

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

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

 a { background-color: rgb(193,188,155); }

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

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

 span { border-color: rgb(193,188,155); }

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