#C1AF74

Color #C1AF74 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C1AF74

Tints of Ecru #C1AF74

Color information

#C1AF74 (or 0xC1AF74) is unknown color: approx Ecru. HEX triplet: C1, AF and 74. RGB value is (193,175,116). Sum of RGB (Red+Green+Blue) = 193+175+116=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF74 is #3E508B. Grayscale: #ADADAD. Windows color (decimal): -4083852 or 7647169. OLE color: 7647169.

HSL color Cylindrical-coordinate representation of color #C1AF74: hue angle of 45.97º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1AF74 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193175116-
CMYK00.090.400.24
HSL45.97º38.31%60.59%-
HSV(B)45.97º39.9%75.69%-
XYZ40.4743.2622.74-
YUV173.6695.46141.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=39.88%
G=36.16%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317511600.090.400.2445.9738.3160.59
HexC1AF740928182e263d
Octal3012571640115030564675
Binary110000011010111111101000100110100011000101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF74; }

 p { color: rgb(193,175,116); }

 H1.HeaderClassName
 {
   color: #C1AF74;
 }
 .AnyTagClassName
 {
   color: #C1AF74;
 }
</style>
background-color css

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

 a { background-color: rgb(193,175,116); }

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

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

 span { border-color: rgb(193,175,116); }

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