#C0A87A

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

Shades of Ecru #C0A87A

Tints of Ecru #C0A87A

Color information

#C0A87A (or 0xC0A87A) is unknown color: approx Ecru. HEX triplet: C0, A8 and 7A. RGB value is (192,168,122). Sum of RGB (Red+Green+Blue) = 192+168+122=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A87A is #3F5785. Grayscale: #AAAAAA. Windows color (decimal): -4151174 or 8038592. OLE color: 8038592.

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

Color convert

RGB192168122-
CMYK00.120.360.25
HSL39.43º35.71%61.57%-
HSV(B)39.43º36.46%75.29%-
XYZ39.2540.6224.18-
YUV169.93100.95143.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 122 (48.05% from 255) = 25.31%
R=39.83%
G=34.85%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216812200.120.360.2539.4335.7161.57
HexC0A87A0C241927243e
Octal3002501720144431474476
Binary110000001010100011110100110010010011001100111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A87A; }

 p { color: rgb(192,168,122); }

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

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

 a { background-color: rgb(192,168,122); }

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

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

 span { border-color: rgb(192,168,122); }

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