Html Css Color HEX #C4BFA9 Ash

📋 copy color: '#C4BFA9'

red 196 ◦ green 191 ◦ blue 169

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

Shades of Ash #C4BFA9

Tints of Ash #C4BFA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.4%

R = 35.25%
G = 34.35%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C4BFA9 (or 0xC4BFA9) is known color: Ash. HEX triplet: C4, BF and A9. RGB value is (196,191,169). Sum of RGB (Red+Green+Blue) = 196+191+169=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFA9 is #3B4056. Grayscale: #BEBEBE. Windows color (decimal): -3883095 or 11124676. OLE color: 11124676.

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

Color convert

RGB 196 191 169 -
CMYK 0 0.03 0.14 0.23
HSL 48.89º 0.19% 0.72% -
HSV(B) 48.89º 0.14% 0.77% -
XYZ 48.56 51.86 44.99 -
YUV 189.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 196 191 169 0 0.03 0.14 0.23 48.89 0.19 0.72
Hex C4 BF A9 0 3 E 17 31 13 48
Octal 304 277 251 0 3 16 27 61 23 110
Binary 11000100 10111111 10101001 0 11 1110 10111 110001 10011 1001000

Color Harmonies of #C4BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFA9

Black with #C4BFA9

Text Example


Text Example

White with #C4BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFA9; }

 p { color: rgb(196,191,169); }

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

background-color css

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

 a { background-color: rgb(196,191,169); }

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

border-color css

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

 span { border-color: rgb(196,191,169); }

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