#C1BC9D

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

Shades of Ash #C1BC9D

Tints of Ash #C1BC9D

Color information

#C1BC9D (or 0xC1BC9D) is unknown color: approx Ash. HEX triplet: C1, BC and 9D. RGB value is (193,188,157). Sum of RGB (Red+Green+Blue) = 193+188+157=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BC9D is #3E4362. Grayscale: #BABABA. Windows color (decimal): -4080483 or 10337473. OLE color: 10337473.

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

Color convert

RGB193188157-
CMYK00.030.190.24
HSL51.67º22.5%68.63%-
HSV(B)51.67º18.65%75.69%-
XYZ46.0649.7439.07-
YUV185.96111.66133.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=35.87%
G=34.94%
B=29.18%

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
Decimal19318815700.030.190.2451.6722.568.63
HexC1BC9D031318341745
Octal3012742350323306427105
Binary1100000110111100100111010111001111000110100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC9D; }

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

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

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

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

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

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

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

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