Html Css Color HEX #C2BF9E Ash

📋 copy color: '#C2BF9E'

red 194 ◦ green 191 ◦ blue 158

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

Shades of Ash #C2BF9E

Tints of Ash #C2BF9E

RGB

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

 GREEN value IS 191 (75% from 255) = 35.17%

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

R = 35.73%
G = 35.17%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2BF9E (or 0xC2BF9E) is known color: Ash. HEX triplet: C2, BF and 9E. RGB value is (194,191,158). Sum of RGB (Red+Green+Blue) = 194+191+158=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF9E is #3D4061. Grayscale: #BCBCBC. Windows color (decimal): -4014178 or 10403778. OLE color: 10403778.

HSL color Cylindrical-coordinate representation of color #C2BF9E: hue angle of 55º 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 #C2BF9E is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 158 -
CMYK 0 0.02 0.19 0.24
HSL 55º 0.23% 0.69% -
HSV(B) 55º 0.19% 0.76% -
XYZ 47.05 51.2 39.75 -
YUV 188.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 194 191 158 0 0.02 0.19 0.24 55 0.23 0.69
Hex C2 BF 9E 0 2 13 18 37 17 45
Octal 302 277 236 0 2 23 30 67 27 105
Binary 11000010 10111111 10011110 0 10 10011 11000 110111 10111 1000101

Color Harmonies of #C2BF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF9E

Black with #C2BF9E

Text Example


Text Example

White with #C2BF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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