#C1AF81

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

Shades of Ecru #C1AF81

Tints of Ecru #C1AF81

Color information

#C1AF81 (or 0xC1AF81) is unknown color: approx Ecru. HEX triplet: C1, AF and 81. RGB value is (193,175,129). Sum of RGB (Red+Green+Blue) = 193+175+129=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF81 is #3E507E. Grayscale: #AFAFAF. Windows color (decimal): -4083839 or 8499137. OLE color: 8499137.

HSL color Cylindrical-coordinate representation of color #C1AF81: hue angle of 43.13º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1AF81 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB193175129-
CMYK00.090.330.24
HSL43.13º34.04%63.14%-
HSV(B)43.13º33.16%75.69%-
XYZ41.2843.5827.01-
YUV175.14101.96140.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=38.83%
G=35.21%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317512900.090.330.2443.1334.0463.14
HexC1AF810921182b223f
Octal3012572010114130534277
Binary1100000110101111100000010100110000111000101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF81; }

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

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

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

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

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

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

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

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