#C1BD9D

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

Shades of Ash #C1BD9D

Tints of Ash #C1BD9D

Color information

#C1BD9D (or 0xC1BD9D) is unknown color: approx Ash. HEX triplet: C1, BD and 9D. RGB value is (193,189,157). Sum of RGB (Red+Green+Blue) = 193+189+157=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD9D is #3E4262. Grayscale: #BABABA. Windows color (decimal): -4080227 or 10337729. OLE color: 10337729.

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

Color convert

RGB193189157-
CMYK00.020.190.24
HSL53.33º22.5%68.63%-
HSV(B)53.33º18.65%75.69%-
XYZ46.2850.1739.14-
YUV186.55111.33132.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=35.81%
G=35.06%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318915700.020.190.2453.3322.568.63
HexC1BD9D021318351745
Octal3012752350223306527105
Binary1100000110111101100111010101001111000110101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BD9D; }

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

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

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

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

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

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

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

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