Html Css Color HEX #C3BEAA Ash

📋 copy color: '#C3BEAA'

red 195 ◦ green 190 ◦ blue 170

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

Shades of Ash #C3BEAA

Tints of Ash #C3BEAA

RGB

 RED value IS 195 (76.56% from 255) = 35.14%

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

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

R = 35.14%
G = 34.23%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3BEAA (or 0xC3BEAA) is known color: Ash. HEX triplet: C3, BE and AA. RGB value is (195,190,170). Sum of RGB (Red+Green+Blue) = 195+190+170=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEAA is #3C4155. Grayscale: #BDBDBD. Windows color (decimal): -3948886 or 11189955. OLE color: 11189955.

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

Color convert

RGB 195 190 170 -
CMYK 0 0.03 0.13 0.24
HSL 48º 0.17% 0.72% -
HSV(B) 48º 0.13% 0.76% -
XYZ 48.17 51.33 45.4 -
YUV 189.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 195 190 170 0 0.03 0.13 0.24 48 0.17 0.72
Hex C3 BE AA 0 3 D 18 30 11 48
Octal 303 276 252 0 3 15 30 60 21 110
Binary 11000011 10111110 10101010 0 11 1101 11000 110000 10001 1001000

Color Harmonies of #C3BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEAA

Black with #C3BEAA

Text Example


Text Example

White with #C3BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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