#C1BDA1

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

Shades of Ash #C1BDA1

Tints of Ash #C1BDA1

Color information

#C1BDA1 (or 0xC1BDA1) is unknown color: approx Ash. HEX triplet: C1, BD and A1. RGB value is (193,189,161). Sum of RGB (Red+Green+Blue) = 193+189+161=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDA1 is #3E425E. Grayscale: #BBBBBB. Windows color (decimal): -4080223 or 10599873. OLE color: 10599873.

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

Color convert

RGB193189161-
CMYK00.020.170.24
HSL52.5º20.51%69.41%-
HSV(B)52.5º16.58%75.69%-
XYZ46.6250.3140.97-
YUV187113.33132.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 161 (63.28% from 255) = 29.65%
R=35.54%
G=34.81%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318916100.020.170.2452.520.5169.41
HexC1BDA1021118341545
Octal3012752410221306425105
Binary1100000110111101101000010101000111000110100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDA1; }

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

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

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

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

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

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

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

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