Html Css Color HEX #C1BEA6 Ash

📋 copy color: '#C1BEA6'

red 193 ◦ green 190 ◦ blue 166

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

Shades of Ash #C1BEA6

Tints of Ash #C1BEA6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 35.15%
G = 34.61%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C1BEA6 (or 0xC1BEA6) is known color: Ash. HEX triplet: C1, BE and A6. RGB value is (193,190,166). Sum of RGB (Red+Green+Blue) = 193+190+166=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEA6 is #3E4159. Grayscale: #BCBCBC. Windows color (decimal): -4079962 or 10927809. OLE color: 10927809.

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

Color convert

RGB 193 190 166 -
CMYK 0 0.02 0.14 0.24
HSL 53.33º 0.18% 0.7% -
HSV(B) 53.33º 0.14% 0.76% -
XYZ 47.29 50.92 43.41 -
YUV 188.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 193 190 166 0 0.02 0.14 0.24 53.33 0.18 0.7
Hex C1 BE A6 0 2 E 18 35 12 46
Octal 301 276 246 0 2 16 30 65 22 106
Binary 11000001 10111110 10100110 0 10 1110 11000 110101 10010 1000110

Color Harmonies of #C1BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEA6

Black with #C1BEA6

Text Example


Text Example

White with #C1BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEA6; }

 p { color: rgb(193,190,166); }

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

background-color css

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

 a { background-color: rgb(193,190,166); }

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

border-color css

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

 span { border-color: rgb(193,190,166); }

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