Html Css Color HEX #C2BDA3 Ash

📋 copy color: '#C2BDA3'

red 194 ◦ green 189 ◦ blue 163

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

Shades of Ash #C2BDA3

Tints of Ash #C2BDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.85%

R = 35.53%
G = 34.62%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C2BDA3 (or 0xC2BDA3) is known color: Ash. HEX triplet: C2, BD and A3. RGB value is (194,189,163). Sum of RGB (Red+Green+Blue) = 194+189+163=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BDA3 is #3D425C. Grayscale: #BBBBBB. Windows color (decimal): -4014685 or 10730946. OLE color: 10730946.

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

Color convert

RGB 194 189 163 -
CMYK 0 0.03 0.16 0.24
HSL 50.32º 0.2% 0.7% -
HSV(B) 50.32º 0.16% 0.76% -
XYZ 47.06 50.51 41.92 -
YUV 187.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 194 189 163 0 0.03 0.16 0.24 50.32 0.2 0.7
Hex C2 BD A3 0 3 10 18 32 14 46
Octal 302 275 243 0 3 20 30 62 24 106
Binary 11000010 10111101 10100011 0 11 10000 11000 110010 10100 1000110

Color Harmonies of #C2BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDA3

Black with #C2BDA3

Text Example


Text Example

White with #C2BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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