#C1AF82

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

Shades of Ecru #C1AF82

Tints of Ecru #C1AF82

Color information

#C1AF82 (or 0xC1AF82) is unknown color: approx Ecru. HEX triplet: C1, AF and 82. RGB value is (193,175,130). Sum of RGB (Red+Green+Blue) = 193+175+130=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AF82 is #3E507D. Grayscale: #AFAFAF. Windows color (decimal): -4083838 or 8564673. OLE color: 8564673.

HSL color Cylindrical-coordinate representation of color #C1AF82: hue angle of 42.86º 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 #C1AF82 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB193175130-
CMYK00.090.330.24
HSL42.86º33.69%63.33%-
HSV(B)42.86º32.64%75.69%-
XYZ41.3543.6127.36-
YUV175.25102.46140.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=38.76%
G=35.14%
B=26.10%

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
Decimal19317513000.090.330.2442.8633.6963.33
HexC1AF820921182b223f
Octal3012572020114130534277
Binary1100000110101111100000100100110000111000101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AF82; }

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

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

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

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

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

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

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

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