Html Css Color HEX #C2AB79 Ecru

📋 copy color: '#C2AB79'

red 194 ◦ green 171 ◦ blue 121

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

Shades of Ecru #C2AB79

Tints of Ecru #C2AB79

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

 BLUE value IS 121 (47.66% from 255) = 24.9%

R = 39.92%
G = 35.19%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2AB79 (or 0xC2AB79) is known color: Ecru. HEX triplet: C2, AB and 79. RGB value is (194,171,121). Sum of RGB (Red+Green+Blue) = 194+171+121=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AB79 is #3D5486. Grayscale: #ACACAC. Windows color (decimal): -4019335 or 7973826. OLE color: 7973826.

HSL color Cylindrical-coordinate representation of color #C2AB79: hue angle of 41.1º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2AB79 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 171 121 -
CMYK 0 0.12 0.38 0.24
HSL 41.1º 0.37% 0.62% -
HSV(B) 41.1º 0.38% 0.76% -
XYZ 40.26 41.98 24.07 -
YUV 172.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 194 171 121 0 0.12 0.38 0.24 41.1 0.37 0.62
Hex C2 AB 79 0 C 26 18 29 25 3E
Octal 302 253 171 0 14 46 30 51 45 76
Binary 11000010 10101011 1111001 0 1100 100110 11000 101001 100101 111110

Color Harmonies of #C2AB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AB79

Black with #C2AB79

Text Example


Text Example

White with #C2AB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AB79; }

 p { color: rgb(194,171,121); }

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

background-color css

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

 a { background-color: rgb(194,171,121); }

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

border-color css

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

 span { border-color: rgb(194,171,121); }

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