Html Css Color HEX #C5AF7E Ecru

📋 copy color: '#C5AF7E'

red 197 ◦ green 175 ◦ blue 126

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

Shades of Ecru #C5AF7E

Tints of Ecru #C5AF7E

RGB

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

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

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

R = 39.56%
G = 35.14%
B = 25.3%

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

#C5AF7E (or 0xC5AF7E) is known color: Ecru. HEX triplet: C5, AF and 7E. RGB value is (197,175,126). Sum of RGB (Red+Green+Blue) = 197+175+126=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF7E is #3A5081. Grayscale: #B0B0B0. Windows color (decimal): -3821698 or 8302533. OLE color: 8302533.

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

Color convert

RGB 197 175 126 -
CMYK 0 0.11 0.36 0.23
HSL 41.41º 0.38% 0.63% -
HSV(B) 41.41º 0.36% 0.77% -
XYZ 42.12 44.04 26.02 -
YUV 175.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 197 175 126 0 0.11 0.36 0.23 41.41 0.38 0.63
Hex C5 AF 7E 0 B 24 17 29 26 3F
Octal 305 257 176 0 13 44 27 51 46 77
Binary 11000101 10101111 1111110 0 1011 100100 10111 101001 100110 111111

Color Harmonies of #C5AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF7E

Black with #C5AF7E

Text Example


Text Example

White with #C5AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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