#C1BB9C

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

Shades of Ash #C1BB9C

Tints of Ash #C1BB9C

Color information

#C1BB9C (or 0xC1BB9C) is unknown color: approx Ash. HEX triplet: C1, BB and 9C. RGB value is (193,187,156). Sum of RGB (Red+Green+Blue) = 193+187+156=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB9C is #3E4463. Grayscale: #B9B9B9. Windows color (decimal): -4080740 or 10271681. OLE color: 10271681.

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

Color convert

RGB193187156-
CMYK00.030.190.24
HSL50.27º22.98%68.43%-
HSV(B)50.27º19.17%75.69%-
XYZ45.7649.2838.55-
YUV185.26111.49133.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.01%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=36.01%
G=34.89%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318715600.030.190.2450.2722.9868.43
HexC1BB9C031318321744
Octal3012732340323306227104
Binary1100000110111011100111000111001111000110010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BB9C; }

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

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

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

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

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

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

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

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