Html Css Color HEX #C2BDA6 Ash

📋 copy color: '#C2BDA6'

red 194 ◦ green 189 ◦ blue 166

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

Shades of Ash #C2BDA6

Tints of Ash #C2BDA6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

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

R = 35.34%
G = 34.43%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C2BDA6 (or 0xC2BDA6) is known color: Ash. HEX triplet: C2, BD and A6. RGB value is (194,189,166). Sum of RGB (Red+Green+Blue) = 194+189+166=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA6 is #3D4259. Grayscale: #BBBBBB. Windows color (decimal): -4014682 or 10927554. OLE color: 10927554.

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

Color convert

RGB 194 189 166 -
CMYK 0 0.03 0.14 0.24
HSL 49.29º 0.19% 0.71% -
HSV(B) 49.29º 0.14% 0.76% -
XYZ 47.33 50.62 43.35 -
YUV 187.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 194 189 166 0 0.03 0.14 0.24 49.29 0.19 0.71
Hex C2 BD A6 0 3 E 18 31 13 47
Octal 302 275 246 0 3 16 30 61 23 107
Binary 11000010 10111101 10100110 0 11 1110 11000 110001 10011 1000111

Color Harmonies of #C2BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDA6

Black with #C2BDA6

Text Example


Text Example

White with #C2BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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