Html Css Color HEX #C4AA7F Ecru

📋 copy color: '#C4AA7F'

red 196 ◦ green 170 ◦ blue 127

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

Shades of Ecru #C4AA7F

Tints of Ecru #C4AA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.76%

R = 39.76%
G = 34.48%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4AA7F (or 0xC4AA7F) is known color: Ecru. HEX triplet: C4, AA and 7F. RGB value is (196,170,127). Sum of RGB (Red+Green+Blue) = 196+170+127=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AA7F is #3B5580. Grayscale: #ADADAD. Windows color (decimal): -3888513 or 8366788. OLE color: 8366788.

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

Color convert

RGB 196 170 127 -
CMYK 0 0.13 0.35 0.23
HSL 37.39º 0.37% 0.63% -
HSV(B) 37.39º 0.35% 0.77% -
XYZ 40.97 42.02 26.03 -
YUV 172.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 196 170 127 0 0.13 0.35 0.23 37.39 0.37 0.63
Hex C4 AA 7F 0 D 23 17 25 25 3F
Octal 304 252 177 0 15 43 27 45 45 77
Binary 11000100 10101010 1111111 0 1101 100011 10111 100101 100101 111111

Color Harmonies of #C4AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AA7F

Black with #C4AA7F

Text Example


Text Example

White with #C4AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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