Html Css Color HEX #C4AA7C Ecru

📋 copy color: '#C4AA7C'

red 196 ◦ green 170 ◦ blue 124

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

Shades of Ecru #C4AA7C

Tints of Ecru #C4AA7C

RGB

 RED value IS 196 (76.95% from 255) = 40%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 40%
G = 34.69%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4AA7C (or 0xC4AA7C) is known color: Ecru. HEX triplet: C4, AA and 7C. RGB value is (196,170,124). Sum of RGB (Red+Green+Blue) = 196+170+124=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA7C is #3B5583. Grayscale: #ACACAC. Windows color (decimal): -3888516 or 8170180. OLE color: 8170180.

HSL color Cylindrical-coordinate representation of color #C4AA7C: hue angle of 38.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4AA7C is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 170 124 -
CMYK 0 0.13 0.37 0.23
HSL 38.33º 0.38% 0.63% -
HSV(B) 38.33º 0.37% 0.77% -
XYZ 40.78 41.94 25.01 -
YUV 172.53 100.61 144.74 -
System Red Green Blue C M Y K H S L
Decimal 196 170 124 0 0.13 0.37 0.23 38.33 0.38 0.63
Hex C4 AA 7C 0 D 25 17 26 26 3F
Octal 304 252 174 0 15 45 27 46 46 77
Binary 11000100 10101010 1111100 0 1101 100101 10111 100110 100110 111111

Color Harmonies of #C4AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA7C

Black with #C4AA7C

Text Example


Text Example

White with #C4AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA7C; }

 p { color: rgb(196,170,124); }

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

background-color css

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

 a { background-color: rgb(196,170,124); }

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

border-color css

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

 span { border-color: rgb(196,170,124); }

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