Html Css Color HEX #C4AF7F Ecru

📋 copy color: '#C4AF7F'

red 196 ◦ green 175 ◦ blue 127

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

Shades of Ecru #C4AF7F

Tints of Ecru #C4AF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.14%

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

R = 39.36%
G = 35.14%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4AF7F (or 0xC4AF7F) is known color: Ecru. HEX triplet: C4, AF and 7F. RGB value is (196,175,127). Sum of RGB (Red+Green+Blue) = 196+175+127=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF7F is #3B5080. Grayscale: #B0B0B0. Windows color (decimal): -3887233 or 8368068. OLE color: 8368068.

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

Color convert

RGB 196 175 127 -
CMYK 0 0.11 0.35 0.23
HSL 41.74º 0.37% 0.63% -
HSV(B) 41.74º 0.35% 0.77% -
XYZ 41.93 43.93 26.35 -
YUV 175.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 196 175 127 0 0.11 0.35 0.23 41.74 0.37 0.63
Hex C4 AF 7F 0 B 23 17 2A 25 3F
Octal 304 257 177 0 13 43 27 52 45 77
Binary 11000100 10101111 1111111 0 1011 100011 10111 101010 100101 111111

Color Harmonies of #C4AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF7F

Black with #C4AF7F

Text Example


Text Example

White with #C4AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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