Html Css Color HEX #C2BCA4 Ash

📋 copy color: '#C2BCA4'

red 194 ◦ green 188 ◦ blue 164

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

Shades of Ash #C2BCA4

Tints of Ash #C2BCA4

RGB

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

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

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

R = 35.53%
G = 34.43%
B = 30.04%

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

#C2BCA4 (or 0xC2BCA4) is known color: Ash. HEX triplet: C2, BC and A4. RGB value is (194,188,164). Sum of RGB (Red+Green+Blue) = 194+188+164=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCA4 is #3D435B. Grayscale: #BBBBBB. Windows color (decimal): -4014940 or 10796226. OLE color: 10796226.

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

Color convert

RGB 194 188 164 -
CMYK 0 0.03 0.15 0.24
HSL 48º 0.2% 0.7% -
HSV(B) 48º 0.15% 0.76% -
XYZ 46.93 50.12 42.32 -
YUV 187.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 194 188 164 0 0.03 0.15 0.24 48 0.2 0.7
Hex C2 BC A4 0 3 F 18 30 14 46
Octal 302 274 244 0 3 17 30 60 24 106
Binary 11000010 10111100 10100100 0 11 1111 11000 110000 10100 1000110

Color Harmonies of #C2BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCA4

Black with #C2BCA4

Text Example


Text Example

White with #C2BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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