Html Css Color HEX #C2BEAA Ash

📋 copy color: '#C2BEAA'

red 194 ◦ green 190 ◦ blue 170

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

Shades of Ash #C2BEAA

Tints of Ash #C2BEAA

RGB

 RED value IS 194 (76.17% from 255) = 35.02%

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

 BLUE value IS 170 (66.8% from 255) = 30.69%

R = 35.02%
G = 34.3%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C2BEAA (or 0xC2BEAA) is known color: Ash. HEX triplet: C2, BE and AA. RGB value is (194,190,170). Sum of RGB (Red+Green+Blue) = 194+190+170=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEAA is #3D4155. Grayscale: #BCBCBC. Windows color (decimal): -4014422 or 11189954. OLE color: 11189954.

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

Color convert

RGB 194 190 170 -
CMYK 0 0.02 0.12 0.24
HSL 50º 0.16% 0.71% -
HSV(B) 50º 0.12% 0.76% -
XYZ 47.92 51.2 45.39 -
YUV 188.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 194 190 170 0 0.02 0.12 0.24 50 0.16 0.71
Hex C2 BE AA 0 2 C 18 32 10 47
Octal 302 276 252 0 2 14 30 62 20 107
Binary 11000010 10111110 10101010 0 10 1100 11000 110010 10000 1000111

Color Harmonies of #C2BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEAA

Black with #C2BEAA

Text Example


Text Example

White with #C2BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEAA; }

 p { color: rgb(194,190,170); }

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

background-color css

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

 a { background-color: rgb(194,190,170); }

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

border-color css

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

 span { border-color: rgb(194,190,170); }

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