#C1AF73

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

Shades of Ecru #C1AF73

Tints of Ecru #C1AF73

Color information

#C1AF73 (or 0xC1AF73) is unknown color: approx Ecru. HEX triplet: C1, AF and 73. RGB value is (193,175,115). Sum of RGB (Red+Green+Blue) = 193+175+115=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF73 is #3E508C. Grayscale: #ADADAD. Windows color (decimal): -4083853 or 7581633. OLE color: 7581633.

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

Color convert

RGB193175115-
CMYK00.090.400.24
HSL46.15º38.61%60.39%-
HSV(B)46.15º40.41%75.69%-
XYZ40.4243.2422.43-
YUV173.5494.96141.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 36.23%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=39.96%
G=36.23%
B=23.81%

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
Decimal19317511500.090.400.2446.1538.6160.39
HexC1AF730928182e273c
Octal3012571630115030564774
Binary110000011010111111100110100110100011000101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF73; }

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

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

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

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

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

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

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

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