#C1BB9B

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

Shades of Ash #C1BB9B

Tints of Ash #C1BB9B

Color information

#C1BB9B (or 0xC1BB9B) is unknown color: approx Ash. HEX triplet: C1, BB and 9B. RGB value is (193,187,155). Sum of RGB (Red+Green+Blue) = 193+187+155=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB9B is #3E4464. Grayscale: #B9B9B9. Windows color (decimal): -4080741 or 10206145. OLE color: 10206145.

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

Color convert

RGB193187155-
CMYK00.030.200.24
HSL50.53º23.46%68.24%-
HSV(B)50.53º19.69%75.69%-
XYZ45.6849.2438.11-
YUV185.15110.99133.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=36.07%
G=34.95%
B=28.97%

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
Decimal19318715500.030.200.2450.5323.4668.24
HexC1BB9B031418331744
Octal3012732330324306327104
Binary1100000110111011100110110111010011000110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB9B; }

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

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

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

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

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

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

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

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