Html Css Color HEX #C4BFA8 Ash

📋 copy color: '#C4BFA8'

red 196 ◦ green 191 ◦ blue 168

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

Shades of Ash #C4BFA8

Tints of Ash #C4BFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.27%

R = 35.32%
G = 34.41%
B = 30.27%

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

#C4BFA8 (or 0xC4BFA8) is known color: Ash. HEX triplet: C4, BF and A8. RGB value is (196,191,168). Sum of RGB (Red+Green+Blue) = 196+191+168=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFA8 is #3B4057. Grayscale: #BDBDBD. Windows color (decimal): -3883096 or 11059140. OLE color: 11059140.

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

Color convert

RGB 196 191 168 -
CMYK 0 0.03 0.14 0.23
HSL 49.29º 0.19% 0.71% -
HSV(B) 49.29º 0.14% 0.77% -
XYZ 48.46 51.82 44.49 -
YUV 189.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 196 191 168 0 0.03 0.14 0.23 49.29 0.19 0.71
Hex C4 BF A8 0 3 E 17 31 13 47
Octal 304 277 250 0 3 16 27 61 23 107
Binary 11000100 10111111 10101000 0 11 1110 10111 110001 10011 1000111

Color Harmonies of #C4BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFA8

Black with #C4BFA8

Text Example


Text Example

White with #C4BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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