Html Css Color HEX #C1BD9D Ash

📋 copy color: '#C1BD9D'

red 193 ◦ green 189 ◦ blue 157

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

Shades of Ash #C1BD9D

Tints of Ash #C1BD9D

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

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1BD9D (or 0xC1BD9D) is known color: 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.22, 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

RGB 193 189 157 -
CMYK 0 0.02 0.19 0.24
HSL 53.33º 0.23% 0.69% -
HSV(B) 53.33º 0.19% 0.76% -
XYZ 46.28 50.17 39.14 -
YUV 186.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 193 189 157 0 0.02 0.19 0.24 53.33 0.23 0.69
Hex C1 BD 9D 0 2 13 18 35 16 45
Octal 301 275 235 0 2 23 30 65 26 105
Binary 11000001 10111101 10011101 0 10 10011 11000 110101 10110 1000101

Color Harmonies of #C1BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BD9D

Black with #C1BD9D

Text Example


Text Example

White with #C1BD9D

Text Example


Text Example

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