Html Css Color HEX #C2AD79 Ecru

📋 copy color: '#C2AD79'

red 194 ◦ green 173 ◦ blue 121

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

Shades of Ecru #C2AD79

Tints of Ecru #C2AD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.45%

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

R = 39.75%
G = 35.45%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2AD79 (or 0xC2AD79) is known color: Ecru. HEX triplet: C2, AD and 79. RGB value is (194,173,121). Sum of RGB (Red+Green+Blue) = 194+173+121=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD79 is #3D5286. Grayscale: #ADADAD. Windows color (decimal): -4018823 or 7974338. OLE color: 7974338.

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

Color convert

RGB 194 173 121 -
CMYK 0 0.11 0.38 0.24
HSL 42.74º 0.37% 0.62% -
HSV(B) 42.74º 0.38% 0.76% -
XYZ 40.64 42.74 24.2 -
YUV 173.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 194 173 121 0 0.11 0.38 0.24 42.74 0.37 0.62
Hex C2 AD 79 0 B 26 18 2B 25 3E
Octal 302 255 171 0 13 46 30 53 45 76
Binary 11000010 10101101 1111001 0 1011 100110 11000 101011 100101 111110

Color Harmonies of #C2AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD79

Black with #C2AD79

Text Example


Text Example

White with #C2AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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