Html Css Color HEX #C1BB9D Ash

📋 copy color: '#C1BB9D'

red 193 ◦ green 187 ◦ blue 157

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

Shades of Ash #C1BB9D

Tints of Ash #C1BB9D

RGB

 RED value IS 193 (75.78% from 255) = 35.94%

 GREEN value IS 187 (73.44% from 255) = 34.82%

 BLUE value IS 157 (61.72% from 255) = 29.24%

R = 35.94%
G = 34.82%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1BB9D (or 0xC1BB9D) is known color: Ash. HEX triplet: C1, BB and 9D. RGB value is (193,187,157). Sum of RGB (Red+Green+Blue) = 193+187+157=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BB9D is #3E4462. Grayscale: #B9B9B9. Windows color (decimal): -4080739 or 10337217. OLE color: 10337217.

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

Color convert

RGB 193 187 157 -
CMYK 0 0.03 0.19 0.24
HSL 50º 0.23% 0.69% -
HSV(B) 50º 0.19% 0.76% -
XYZ 45.85 49.31 39 -
YUV 185.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 193 187 157 0 0.03 0.19 0.24 50 0.23 0.69
Hex C1 BB 9D 0 3 13 18 32 16 45
Octal 301 273 235 0 3 23 30 62 26 105
Binary 11000001 10111011 10011101 0 11 10011 11000 110010 10110 1000101

Color Harmonies of #C1BB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB9D

Black with #C1BB9D

Text Example


Text Example

White with #C1BB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB9D; }

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

 H1.HeaderClassName
 {
   color: #C1BB9D;
 }
 .AnyTagClassName
 {
   color: #C1BB9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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