Html Css Color HEX #C5AD7E Ecru

📋 copy color: '#C5AD7E'

red 197 ◦ green 173 ◦ blue 126

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

Shades of Ecru #C5AD7E

Tints of Ecru #C5AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 39.72%
G = 34.88%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5AD7E (or 0xC5AD7E) is known color: Ecru. HEX triplet: C5, AD and 7E. RGB value is (197,173,126). Sum of RGB (Red+Green+Blue) = 197+173+126=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD7E is #3A5281. Grayscale: #AFAFAF. Windows color (decimal): -3822210 or 8302021. OLE color: 8302021.

HSL color Cylindrical-coordinate representation of color #C5AD7E: hue angle of 39.72º degrees, saturation: 0.38, 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 #C5AD7E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 173 126 -
CMYK 0 0.12 0.36 0.23
HSL 39.72º 0.38% 0.63% -
HSV(B) 39.72º 0.36% 0.77% -
XYZ 41.74 43.26 25.89 -
YUV 174.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 197 173 126 0 0.12 0.36 0.23 39.72 0.38 0.63
Hex C5 AD 7E 0 C 24 17 28 26 3F
Octal 305 255 176 0 14 44 27 50 46 77
Binary 11000101 10101101 1111110 0 1100 100100 10111 101000 100110 111111

Color Harmonies of #C5AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AD7E

Black with #C5AD7E

Text Example


Text Example

White with #C5AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AD7E; }

 p { color: rgb(197,173,126); }

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

background-color css

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

 a { background-color: rgb(197,173,126); }

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

border-color css

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

 span { border-color: rgb(197,173,126); }

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