Html Css Color HEX #C1BDA1 Ash

📋 copy color: '#C1BDA1'

red 193 ◦ green 189 ◦ blue 161

#C1BDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ash #C1BDA1

Tints of Ash #C1BDA1

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 value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C1BDA1 (or 0xC1BDA1) is known color: 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

RGB 193 189 161 -
CMYK 0 0.02 0.17 0.24
HSL 52.5º 0.21% 0.69% -
HSV(B) 52.5º 0.17% 0.76% -
XYZ 46.62 50.31 40.97 -
YUV 187 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 193 189 161 0 0.02 0.17 0.24 52.5 0.21 0.69
Hex C1 BD A1 0 2 11 18 34 15 45
Octal 301 275 241 0 2 21 30 64 25 105
Binary 11000001 10111101 10100001 0 10 10001 11000 110100 10101 1000101

Color Harmonies of #C1BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDA1

Black with #C1BDA1

Text Example


Text Example

White with #C1BDA1

Text Example


Text Example

HTML Codes & Css Web 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>