Html Css Color HEX #C4BFAB Ash

📋 copy color: '#C4BFAB'

red 196 ◦ green 191 ◦ blue 171

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

Shades of Ash #C4BFAB

Tints of Ash #C4BFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 35.13%
G = 34.23%
B = 30.65%

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

#C4BFAB (or 0xC4BFAB) is known color: Ash. HEX triplet: C4, BF and AB. RGB value is (196,191,171). Sum of RGB (Red+Green+Blue) = 196+191+171=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAB is #3B4054. Grayscale: #BEBEBE. Windows color (decimal): -3883093 or 11255748. OLE color: 11255748.

HSL color Cylindrical-coordinate representation of color #C4BFAB: hue angle of 48º degrees, saturation: 0.17, 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 #C4BFAB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 171 -
CMYK 0 0.03 0.13 0.23
HSL 48º 0.17% 0.72% -
HSV(B) 48º 0.13% 0.77% -
XYZ 48.75 51.94 45.98 -
YUV 190.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 196 191 171 0 0.03 0.13 0.23 48 0.17 0.72
Hex C4 BF AB 0 3 D 17 30 11 48
Octal 304 277 253 0 3 15 27 60 21 110
Binary 11000100 10111111 10101011 0 11 1101 10111 110000 10001 1001000

Color Harmonies of #C4BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFAB

Black with #C4BFAB

Text Example


Text Example

White with #C4BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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