Html Css Color HEX #C4AF86 Ecru

📋 copy color: '#C4AF86'

red 196 ◦ green 175 ◦ blue 134

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

Shades of Ecru #C4AF86

Tints of Ecru #C4AF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 38.81%
G = 34.65%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C4AF86 (or 0xC4AF86) is known color: Ecru. HEX triplet: C4, AF and 86. RGB value is (196,175,134). Sum of RGB (Red+Green+Blue) = 196+175+134=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AF86 is #3B5079. Grayscale: #B0B0B0. Windows color (decimal): -3887226 or 8826820. OLE color: 8826820.

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

Color convert

RGB 196 175 134 -
CMYK 0 0.11 0.32 0.23
HSL 39.68º 0.34% 0.65% -
HSV(B) 39.68º 0.32% 0.77% -
XYZ 42.4 44.12 28.84 -
YUV 176.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 196 175 134 0 0.11 0.32 0.23 39.68 0.34 0.65
Hex C4 AF 86 0 B 20 17 28 22 41
Octal 304 257 206 0 13 40 27 50 42 101
Binary 11000100 10101111 10000110 0 1011 100000 10111 101000 100010 1000001

Color Harmonies of #C4AF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF86

Black with #C4AF86

Text Example


Text Example

White with #C4AF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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