#C4BEA3

Color #C4BEA3 Ash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ash #C4BEA3

Tints of Ash #C4BEA3

Color information

#C4BEA3 (or 0xC4BEA3) is unknown color: approx Ash. HEX triplet: C4, BE and A3. RGB value is (196,190,163). Sum of RGB (Red+Green+Blue) = 196+190+163=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEA3 is #3B415C. Grayscale: #BCBCBC. Windows color (decimal): -3883357 or 10731204. OLE color: 10731204.

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

Color convert

RGB196190163-
CMYK00.030.170.23
HSL49.09º21.85%70.39%-
HSV(B)49.09º16.84%76.86%-
XYZ47.7951.2142.02-
YUV188.72113.49133.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 163 (64.06% from 255) = 29.69%
R=35.70%
G=34.61%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619016300.030.170.2349.0921.8570.39
HexC4BEA3031117311646
Octal3042762430321276126106
Binary1100010010111110101000110111000110111110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEA3; }

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

 H1.HeaderClassName
 {
   color: #C4BEA3;
 }
 .AnyTagClassName
 {
   color: #C4BEA3;
 }
</style>
background-color css

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

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

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

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

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

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