#C6AF80

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

Shades of Ecru #C6AF80

Tints of Ecru #C6AF80

Color information

#C6AF80 (or 0xC6AF80) is unknown color: approx Ecru. HEX triplet: C6, AF and 80. RGB value is (198,175,128). Sum of RGB (Red+Green+Blue) = 198+175+128=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF80 is #39507F. Grayscale: #B0B0B0. Windows color (decimal): -3756160 or 8433606. OLE color: 8433606.

HSL color Cylindrical-coordinate representation of color #C6AF80: hue angle of 40.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6AF80 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198175128-
CMYK00.120.350.22
HSL40.29º38.04%63.92%-
HSV(B)40.29º35.35%77.65%-
XYZ42.5144.2226.72-
YUV176.52100.62143.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=39.52%
G=34.93%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817512800.120.350.2240.2938.0463.92
HexC6AF800C2316282640
Octal30625720001443265046100
Binary11000110101011111000000001100100011101101010001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF80; }

 p { color: rgb(198,175,128); }

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

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

 a { background-color: rgb(198,175,128); }

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

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

 span { border-color: rgb(198,175,128); }

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