Html Css Color HEX #C4BEA0 Ash

📋 copy color: '#C4BEA0'

red 196 ◦ green 190 ◦ blue 160

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

Shades of Ash #C4BEA0

Tints of Ash #C4BEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.3%

R = 35.9%
G = 34.8%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C4BEA0 (or 0xC4BEA0) is known color: Ash. HEX triplet: C4, BE and A0. RGB value is (196,190,160). Sum of RGB (Red+Green+Blue) = 196+190+160=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEA0 is #3B415F. Grayscale: #BCBCBC. Windows color (decimal): -3883360 or 10534596. OLE color: 10534596.

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

Color convert

RGB 196 190 160 -
CMYK 0 0.03 0.18 0.23
HSL 50º 0.23% 0.7% -
HSV(B) 50º 0.18% 0.77% -
XYZ 47.52 51.1 40.62 -
YUV 188.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 196 190 160 0 0.03 0.18 0.23 50 0.23 0.7
Hex C4 BE A0 0 3 12 17 32 17 46
Octal 304 276 240 0 3 22 27 62 27 106
Binary 11000100 10111110 10100000 0 11 10010 10111 110010 10111 1000110

Color Harmonies of #C4BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEA0

Black with #C4BEA0

Text Example


Text Example

White with #C4BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEA0; }

 p { color: rgb(196,190,160); }

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

background-color css

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

 a { background-color: rgb(196,190,160); }

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

border-color css

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

 span { border-color: rgb(196,190,160); }

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