#C1BDA4

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

Shades of Ash #C1BDA4

Tints of Ash #C1BDA4

Color information

#C1BDA4 (or 0xC1BDA4) is unknown color: approx Ash. HEX triplet: C1, BD and A4. RGB value is (193,189,164). Sum of RGB (Red+Green+Blue) = 193+189+164=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDA4 is #3E425B. Grayscale: #BBBBBB. Windows color (decimal): -4080220 or 10796481. OLE color: 10796481.

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

Color convert

RGB193189164-
CMYK00.020.150.24
HSL51.72º18.95%70%-
HSV(B)51.72º15.03%75.69%-
XYZ46.8950.4142.38-
YUV187.35114.83132.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=35.35%
G=34.62%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318916400.020.150.2451.7218.9570
HexC1BDA402F18341346
Octal3012752440217306423106
Binary110000011011110110100100010111111000110100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDA4; }

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

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

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

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

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

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

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

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