Html Css Color HEX #C2BEA2 Ash

📋 copy color: '#C2BEA2'

red 194 ◦ green 190 ◦ blue 162

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

Shades of Ash #C2BEA2

Tints of Ash #C2BEA2

RGB

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

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

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

R = 35.53%
G = 34.8%
B = 29.67%

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

#C2BEA2 (or 0xC2BEA2) is known color: Ash. HEX triplet: C2, BE and A2. RGB value is (194,190,162). Sum of RGB (Red+Green+Blue) = 194+190+162=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEA2 is #3D415D. Grayscale: #BCBCBC. Windows color (decimal): -4014430 or 10665666. OLE color: 10665666.

HSL color Cylindrical-coordinate representation of color #C2BEA2: hue angle of 52.5º degrees, saturation: 0.21, 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 #C2BEA2 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 162 -
CMYK 0 0.02 0.16 0.24
HSL 52.5º 0.21% 0.7% -
HSV(B) 52.5º 0.16% 0.76% -
XYZ 47.18 50.9 41.52 -
YUV 188 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 194 190 162 0 0.02 0.16 0.24 52.5 0.21 0.7
Hex C2 BE A2 0 2 10 18 34 15 46
Octal 302 276 242 0 2 20 30 64 25 106
Binary 11000010 10111110 10100010 0 10 10000 11000 110100 10101 1000110

Color Harmonies of #C2BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEA2

Black with #C2BEA2

Text Example


Text Example

White with #C2BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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