Html Css Color HEX #C2BD9D Ash

📋 copy color: '#C2BD9D'

red 194 ◦ green 189 ◦ blue 157

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

Shades of Ash #C2BD9D

Tints of Ash #C2BD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.07%

R = 35.93%
G = 35%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2BD9D (or 0xC2BD9D) is known color: Ash. HEX triplet: C2, BD and 9D. RGB value is (194,189,157). Sum of RGB (Red+Green+Blue) = 194+189+157=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9D is #3D4262. Grayscale: #BABABA. Windows color (decimal): -4014691 or 10337730. OLE color: 10337730.

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

Color convert

RGB 194 189 157 -
CMYK 0 0.03 0.19 0.24
HSL 51.89º 0.23% 0.69% -
HSV(B) 51.89º 0.19% 0.76% -
XYZ 46.53 50.3 39.15 -
YUV 186.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 194 189 157 0 0.03 0.19 0.24 51.89 0.23 0.69
Hex C2 BD 9D 0 3 13 18 34 17 45
Octal 302 275 235 0 3 23 30 64 27 105
Binary 11000010 10111101 10011101 0 11 10011 11000 110100 10111 1000101

Color Harmonies of #C2BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD9D

Black with #C2BD9D

Text Example


Text Example

White with #C2BD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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