Html Css Color HEX #C4AF7E Ecru

📋 copy color: '#C4AF7E'

red 196 ◦ green 175 ◦ blue 126

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

Shades of Ecru #C4AF7E

Tints of Ecru #C4AF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.35%

R = 39.44%
G = 35.21%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4AF7E (or 0xC4AF7E) is known color: Ecru. HEX triplet: C4, AF and 7E. RGB value is (196,175,126). Sum of RGB (Red+Green+Blue) = 196+175+126=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF7E is #3B5081. Grayscale: #AFAFAF. Windows color (decimal): -3887234 or 8302532. OLE color: 8302532.

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

Color convert

RGB 196 175 126 -
CMYK 0 0.11 0.36 0.23
HSL 42º 0.37% 0.63% -
HSV(B) 42º 0.36% 0.77% -
XYZ 41.86 43.9 26.01 -
YUV 175.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 196 175 126 0 0.11 0.36 0.23 42 0.37 0.63
Hex C4 AF 7E 0 B 24 17 2A 25 3F
Octal 304 257 176 0 13 44 27 52 45 77
Binary 11000100 10101111 1111110 0 1011 100100 10111 101010 100101 111111

Color Harmonies of #C4AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF7E

Black with #C4AF7E

Text Example


Text Example

White with #C4AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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