Html Css Color HEX #C2BBA6 Ash

📋 copy color: '#C2BBA6'

red 194 ◦ green 187 ◦ blue 166

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

Shades of Ash #C2BBA6

Tints of Ash #C2BBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 166 (65.23% from 255) = 30.35%

R = 35.47%
G = 34.19%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C2BBA6 (or 0xC2BBA6) is known color: Ash. HEX triplet: C2, BB and A6. RGB value is (194,187,166). Sum of RGB (Red+Green+Blue) = 194+187+166=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBA6 is #3D4459. Grayscale: #BABABA. Windows color (decimal): -4015194 or 10927042. OLE color: 10927042.

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

Color convert

RGB 194 187 166 -
CMYK 0 0.04 0.14 0.24
HSL 45º 0.19% 0.71% -
HSV(B) 45º 0.14% 0.76% -
XYZ 46.9 49.76 43.21 -
YUV 186.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 194 187 166 0 0.04 0.14 0.24 45 0.19 0.71
Hex C2 BB A6 0 4 E 18 2D 13 47
Octal 302 273 246 0 4 16 30 55 23 107
Binary 11000010 10111011 10100110 0 100 1110 11000 101101 10011 1000111

Color Harmonies of #C2BBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBA6

Black with #C2BBA6

Text Example


Text Example

White with #C2BBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBA6; }

 p { color: rgb(194,187,166); }

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

background-color css

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

 a { background-color: rgb(194,187,166); }

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

border-color css

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

 span { border-color: rgb(194,187,166); }

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