Html Css Color HEX #C5BFA5 Ash

📋 copy color: '#C5BFA5'

red 197 ◦ green 191 ◦ blue 165

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

Shades of Ash #C5BFA5

Tints of Ash #C5BFA5

RGB

 RED value IS 197 (77.34% from 255) = 35.62%

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

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 35.62%
G = 34.54%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C5BFA5 (or 0xC5BFA5) is known color: Ash. HEX triplet: C5, BF and A5. RGB value is (197,191,165). Sum of RGB (Red+Green+Blue) = 197+191+165=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFA5 is #3A405A. Grayscale: #BDBDBD. Windows color (decimal): -3817563 or 10862533. OLE color: 10862533.

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

Color convert

RGB 197 191 165 -
CMYK 0 0.03 0.16 0.23
HSL 48.75º 0.22% 0.71% -
HSV(B) 48.75º 0.16% 0.77% -
XYZ 48.45 51.85 43.05 -
YUV 189.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 197 191 165 0 0.03 0.16 0.23 48.75 0.22 0.71
Hex C5 BF A5 0 3 10 17 31 16 47
Octal 305 277 245 0 3 20 27 61 26 107
Binary 11000101 10111111 10100101 0 11 10000 10111 110001 10110 1000111

Color Harmonies of #C5BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFA5

Black with #C5BFA5

Text Example


Text Example

White with #C5BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFA5; }

 p { color: rgb(197,191,165); }

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

background-color css

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

 a { background-color: rgb(197,191,165); }

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

border-color css

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

 span { border-color: rgb(197,191,165); }

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