#C0AF80

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

Shades of Ecru #C0AF80

Tints of Ecru #C0AF80

Color information

#C0AF80 (or 0xC0AF80) is unknown color: approx Ecru. HEX triplet: C0, AF and 80. RGB value is (192,175,128). Sum of RGB (Red+Green+Blue) = 192+175+128=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AF80 is #3F507F. Grayscale: #AEAEAE. Windows color (decimal): -4149376 or 8433600. OLE color: 8433600.

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

Color convert

RGB192175128-
CMYK00.090.330.25
HSL44.06º33.68%62.75%-
HSV(B)44.06º33.33%75.29%-
XYZ40.9643.4226.64-
YUV174.72101.63140.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=38.79%
G=35.35%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217512800.090.330.2544.0633.6862.75
HexC0AF800921192c223f
Octal3002572000114131544277
Binary1100000010101111100000000100110000111001101100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF80; }

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

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

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

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

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

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

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

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