Html Css Color HEX #C1BEA2 Ash

📋 copy color: '#C1BEA2'

red 193 ◦ green 190 ◦ blue 162

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

Shades of Ash #C1BEA2

Tints of Ash #C1BEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.72%

R = 35.41%
G = 34.86%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C1BEA2 (or 0xC1BEA2) is known color: Ash. HEX triplet: C1, BE and A2. RGB value is (193,190,162). Sum of RGB (Red+Green+Blue) = 193+190+162=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEA2 is #3E415D. Grayscale: #BBBBBB. Windows color (decimal): -4079966 or 10665665. OLE color: 10665665.

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

Color convert

RGB 193 190 162 -
CMYK 0 0.02 0.16 0.24
HSL 54.19º 0.2% 0.7% -
HSV(B) 54.19º 0.16% 0.76% -
XYZ 46.93 50.77 41.51 -
YUV 187.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 193 190 162 0 0.02 0.16 0.24 54.19 0.2 0.7
Hex C1 BE A2 0 2 10 18 36 14 46
Octal 301 276 242 0 2 20 30 66 24 106
Binary 11000001 10111110 10100010 0 10 10000 11000 110110 10100 1000110

Color Harmonies of #C1BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEA2

Black with #C1BEA2

Text Example


Text Example

White with #C1BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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