Html Css Color HEX #C2BD9A Ash

📋 copy color: '#C2BD9A'

red 194 ◦ green 189 ◦ blue 154

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

Shades of Ash #C2BD9A

Tints of Ash #C2BD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.68%

R = 36.13%
G = 35.2%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2BD9A (or 0xC2BD9A) is known color: Ash. HEX triplet: C2, BD and 9A. RGB value is (194,189,154). Sum of RGB (Red+Green+Blue) = 194+189+154=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD9A is #3D4265. Grayscale: #BABABA. Windows color (decimal): -4014694 or 10141122. OLE color: 10141122.

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

Color convert

RGB 194 189 154 -
CMYK 0 0.03 0.21 0.24
HSL 52.5º 0.25% 0.68% -
HSV(B) 52.5º 0.21% 0.76% -
XYZ 46.28 50.2 37.82 -
YUV 186.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 194 189 154 0 0.03 0.21 0.24 52.5 0.25 0.68
Hex C2 BD 9A 0 3 15 18 34 19 44
Octal 302 275 232 0 3 25 30 64 31 104
Binary 11000010 10111101 10011010 0 11 10101 11000 110100 11001 1000100

Color Harmonies of #C2BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD9A

Black with #C2BD9A

Text Example


Text Example

White with #C2BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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