Html Css Color HEX #C4BEAA Ash

📋 copy color: '#C4BEAA'

red 196 ◦ green 190 ◦ blue 170

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

Shades of Ash #C4BEAA

Tints of Ash #C4BEAA

RGB

 RED value IS 196 (76.95% from 255) = 35.25%

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

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

R = 35.25%
G = 34.17%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4BEAA (or 0xC4BEAA) is known color: Ash. HEX triplet: C4, BE and AA. RGB value is (196,190,170). Sum of RGB (Red+Green+Blue) = 196+190+170=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEAA is #3B4155. Grayscale: #BDBDBD. Windows color (decimal): -3883350 or 11189956. OLE color: 11189956.

HSL color Cylindrical-coordinate representation of color #C4BEAA: hue angle of 46.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BEAA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 190 170 -
CMYK 0 0.03 0.13 0.23
HSL 46.15º 0.18% 0.72% -
HSV(B) 46.15º 0.13% 0.77% -
XYZ 48.43 51.46 45.41 -
YUV 189.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 196 190 170 0 0.03 0.13 0.23 46.15 0.18 0.72
Hex C4 BE AA 0 3 D 17 2E 12 48
Octal 304 276 252 0 3 15 27 56 22 110
Binary 11000100 10111110 10101010 0 11 1101 10111 101110 10010 1001000

Color Harmonies of #C4BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEAA

Black with #C4BEAA

Text Example


Text Example

White with #C4BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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