Html Css Color HEX #C3BEA5 Ash

📋 copy color: '#C3BEA5'

red 195 ◦ green 190 ◦ blue 165

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

Shades of Ash #C3BEA5

Tints of Ash #C3BEA5

RGB

 RED value IS 195 (76.56% from 255) = 35.45%

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

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

R = 35.45%
G = 34.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C3BEA5 (or 0xC3BEA5) is known color: Ash. HEX triplet: C3, BE and A5. RGB value is (195,190,165). Sum of RGB (Red+Green+Blue) = 195+190+165=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEA5 is #3C415A. Grayscale: #BCBCBC. Windows color (decimal): -3948891 or 10862275. OLE color: 10862275.

HSL color Cylindrical-coordinate representation of color #C3BEA5: hue angle of 50º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BEA5 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 190 165 -
CMYK 0 0.03 0.15 0.24
HSL 50º 0.2% 0.71% -
HSV(B) 50º 0.15% 0.76% -
XYZ 47.71 51.15 42.95 -
YUV 188.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 195 190 165 0 0.03 0.15 0.24 50 0.2 0.71
Hex C3 BE A5 0 3 F 18 32 14 47
Octal 303 276 245 0 3 17 30 62 24 107
Binary 11000011 10111110 10100101 0 11 1111 11000 110010 10100 1000111

Color Harmonies of #C3BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEA5

Black with #C3BEA5

Text Example


Text Example

White with #C3BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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