Html Css Color HEX #C2BFA4 Ash

📋 copy color: '#C2BFA4'

red 194 ◦ green 191 ◦ blue 164

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

Shades of Ash #C2BFA4

Tints of Ash #C2BFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.87%

R = 35.34%
G = 34.79%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C2BFA4 (or 0xC2BFA4) is known color: Ash. HEX triplet: C2, BF and A4. RGB value is (194,191,164). Sum of RGB (Red+Green+Blue) = 194+191+164=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFA4 is #3D405B. Grayscale: #BCBCBC. Windows color (decimal): -4014172 or 10796994. OLE color: 10796994.

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

Color convert

RGB 194 191 164 -
CMYK 0 0.02 0.15 0.24
HSL 54º 0.2% 0.7% -
HSV(B) 54º 0.15% 0.76% -
XYZ 47.58 51.41 42.54 -
YUV 188.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 194 191 164 0 0.02 0.15 0.24 54 0.2 0.7
Hex C2 BF A4 0 2 F 18 36 14 46
Octal 302 277 244 0 2 17 30 66 24 106
Binary 11000010 10111111 10100100 0 10 1111 11000 110110 10100 1000110

Color Harmonies of #C2BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFA4

Black with #C2BFA4

Text Example


Text Example

White with #C2BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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