Html Css Color HEX #C3BFAA Ash

📋 copy color: '#C3BFAA'

red 195 ◦ green 191 ◦ blue 170

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

Shades of Ash #C3BFAA

Tints of Ash #C3BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 34.35%

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

R = 35.07%
G = 34.35%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3BFAA (or 0xC3BFAA) is known color: Ash. HEX triplet: C3, BF and AA. RGB value is (195,191,170). Sum of RGB (Red+Green+Blue) = 195+191+170=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFAA is #3C4055. Grayscale: #BDBDBD. Windows color (decimal): -3948630 or 11190211. OLE color: 11190211.

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

Color convert

RGB 195 191 170 -
CMYK 0 0.02 0.13 0.24
HSL 50.4º 0.17% 0.72% -
HSV(B) 50.4º 0.13% 0.76% -
XYZ 48.39 51.77 45.47 -
YUV 189.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 195 191 170 0 0.02 0.13 0.24 50.4 0.17 0.72
Hex C3 BF AA 0 2 D 18 32 11 48
Octal 303 277 252 0 2 15 30 62 21 110
Binary 11000011 10111111 10101010 0 10 1101 11000 110010 10001 1001000

Color Harmonies of #C3BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFAA

Black with #C3BFAA

Text Example


Text Example

White with #C3BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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