Html Css Color HEX #C5BEA5 Ash

📋 copy color: '#C5BEA5'

red 197 ◦ green 190 ◦ blue 165

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

Shades of Ash #C5BEA5

Tints of Ash #C5BEA5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.42%

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

R = 35.69%
G = 34.42%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C5BEA5 (or 0xC5BEA5) is known color: Ash. HEX triplet: C5, BE and A5. RGB value is (197,190,165). Sum of RGB (Red+Green+Blue) = 197+190+165=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BEA5 is #3A415A. Grayscale: #BDBDBD. Windows color (decimal): -3817819 or 10862277. OLE color: 10862277.

HSL color Cylindrical-coordinate representation of color #C5BEA5: hue angle of 46.88º 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 #C5BEA5 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 165 -
CMYK 0 0.04 0.16 0.23
HSL 46.88º 0.22% 0.71% -
HSV(B) 46.88º 0.16% 0.77% -
XYZ 48.23 51.41 42.98 -
YUV 189.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 197 190 165 0 0.04 0.16 0.23 46.88 0.22 0.71
Hex C5 BE A5 0 4 10 17 2F 16 47
Octal 305 276 245 0 4 20 27 57 26 107
Binary 11000101 10111110 10100101 0 100 10000 10111 101111 10110 1000111

Color Harmonies of #C5BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEA5

Black with #C5BEA5

Text Example


Text Example

White with #C5BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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