#C2BBA6

Color #C2BBA6 Ash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ash #C2BBA6

Tints of Ash #C2BBA6

Color information

#C2BBA6 (or 0xC2BBA6) is unknown color: approx 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

RGB194187166-
CMYK00.040.140.24
HSL45º18.67%70.59%-
HSV(B)45º14.43%76.08%-
XYZ46.949.7643.21-
YUV186.7116.32133.21-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418716600.040.140.244518.6770.59
HexC2BBA604E182d1347
Octal3022732460416305523107
Binary1100001010111011101001100100111011000101101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>