Html Css Color HEX #C2BC9E Ash

📋 copy color: '#C2BC9E'

red 194 ◦ green 188 ◦ blue 158

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

Shades of Ash #C2BC9E

Tints of Ash #C2BC9E

RGB

 RED value IS 194 (76.17% from 255) = 35.93%

 GREEN value IS 188 (73.83% from 255) = 34.81%

 BLUE value IS 158 (62.11% from 255) = 29.26%

R = 35.93%
G = 34.81%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2BC9E (or 0xC2BC9E) is known color: Ash. HEX triplet: C2, BC and 9E. RGB value is (194,188,158). Sum of RGB (Red+Green+Blue) = 194+188+158=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC9E is #3D4361. Grayscale: #BABABA. Windows color (decimal): -4014946 or 10403010. OLE color: 10403010.

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

Color convert

RGB 194 188 158 -
CMYK 0 0.03 0.19 0.24
HSL 50º 0.23% 0.69% -
HSV(B) 50º 0.19% 0.76% -
XYZ 46.4 49.9 39.53 -
YUV 186.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 194 188 158 0 0.03 0.19 0.24 50 0.23 0.69
Hex C2 BC 9E 0 3 13 18 32 17 45
Octal 302 274 236 0 3 23 30 62 27 105
Binary 11000010 10111100 10011110 0 11 10011 11000 110010 10111 1000101

Color Harmonies of #C2BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC9E

Black with #C2BC9E

Text Example


Text Example

White with #C2BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC9E; }

 p { color: rgb(194,188,158); }

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

background-color css

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

 a { background-color: rgb(194,188,158); }

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

border-color css

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

 span { border-color: rgb(194,188,158); }

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