#C0AC80

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

Shades of Ecru #C0AC80

Tints of Ecru #C0AC80

Color information

#C0AC80 (or 0xC0AC80) is unknown color: approx Ecru. HEX triplet: C0, AC and 80. RGB value is (192,172,128). Sum of RGB (Red+Green+Blue) = 192+172+128=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AC80 is #3F537F. Grayscale: #ADADAD. Windows color (decimal): -4150144 or 8432832. OLE color: 8432832.

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

Color convert

RGB192172128-
CMYK00.100.330.25
HSL41.25º33.68%62.75%-
HSV(B)41.25º33.33%75.29%-
XYZ40.3942.2726.45-
YUV172.96102.63141.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=39.02%
G=34.96%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217212800.100.330.2541.2533.6862.75
HexC0AC800A211929223f
Octal3002542000124131514277
Binary1100000010101100100000000101010000111001101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AC80; }

 p { color: rgb(192,172,128); }

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

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

 a { background-color: rgb(192,172,128); }

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

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

 span { border-color: rgb(192,172,128); }

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