#C1BC9A

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

Shades of Tana #C1BC9A

Tints of Tana #C1BC9A

Color information

#C1BC9A (or 0xC1BC9A) is unknown color: approx Tana. HEX triplet: C1, BC and 9A. RGB value is (193,188,154). Sum of RGB (Red+Green+Blue) = 193+188+154=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC9A is #3E4365. Grayscale: #B9B9B9. Windows color (decimal): -4080486 or 10140865. OLE color: 10140865.

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

Color convert

RGB193188154-
CMYK00.030.200.24
HSL52.31º23.93%68.04%-
HSV(B)52.31º20.21%75.69%-
XYZ45.8149.6437.74-
YUV185.62110.16133.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=36.07%
G=35.14%
B=28.79%

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
Decimal19318815400.030.200.2452.3123.9368.04
HexC1BC9A031418341844
Octal3012742320324306430104
Binary1100000110111100100110100111010011000110100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC9A; }

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

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

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

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

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

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

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

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