Html Css Color HEX #C5AF79 Ecru

📋 copy color: '#C5AF79'

red 197 ◦ green 175 ◦ blue 121

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

Shades of Ecru #C5AF79

Tints of Ecru #C5AF79

RGB

 RED value IS 197 (77.34% from 255) = 39.96%

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

 BLUE value IS 121 (47.66% from 255) = 24.54%

R = 39.96%
G = 35.5%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5AF79 (or 0xC5AF79) is known color: Ecru. HEX triplet: C5, AF and 79. RGB value is (197,175,121). Sum of RGB (Red+Green+Blue) = 197+175+121=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF79 is #3A5086. Grayscale: #AFAFAF. Windows color (decimal): -3821703 or 7974853. OLE color: 7974853.

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

Color convert

RGB 197 175 121 -
CMYK 0 0.11 0.39 0.23
HSL 42.63º 0.4% 0.62% -
HSV(B) 42.63º 0.39% 0.77% -
XYZ 41.81 43.91 24.36 -
YUV 175.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 197 175 121 0 0.11 0.39 0.23 42.63 0.4 0.62
Hex C5 AF 79 0 B 27 17 2B 28 3E
Octal 305 257 171 0 13 47 27 53 50 76
Binary 11000101 10101111 1111001 0 1011 100111 10111 101011 101000 111110

Color Harmonies of #C5AF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF79

Black with #C5AF79

Text Example


Text Example

White with #C5AF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF79; }

 p { color: rgb(197,175,121); }

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

background-color css

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

 a { background-color: rgb(197,175,121); }

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

border-color css

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

 span { border-color: rgb(197,175,121); }

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