#C0AF7D

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

Shades of Ecru #C0AF7D

Tints of Ecru #C0AF7D

Color information

#C0AF7D (or 0xC0AF7D) is unknown color: approx Ecru. HEX triplet: C0, AF and 7D. RGB value is (192,175,125). Sum of RGB (Red+Green+Blue) = 192+175+125=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF7D is #3F5082. Grayscale: #AEAEAE. Windows color (decimal): -4149379 or 8236992. OLE color: 8236992.

HSL color Cylindrical-coordinate representation of color #C0AF7D: hue angle of 44.78º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0AF7D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB192175125-
CMYK00.090.350.25
HSL44.78º34.72%62.16%-
HSV(B)44.78º34.9%75.29%-
XYZ40.7743.3525.62-
YUV174.38100.13140.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 125 (49.22% from 255) = 25.41%
R=39.02%
G=35.57%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217512500.090.350.2544.7834.7262.16
HexC0AF7D0923192d233e
Octal3002571750114331554376
Binary110000001010111111111010100110001111001101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AF7D; }

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

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

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

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

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

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

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

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