#C0B074

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

Shades of Ecru #C0B074

Tints of Ecru #C0B074

Color information

#C0B074 (or 0xC0B074) is unknown color: approx Ecru. HEX triplet: C0, B0 and 74. RGB value is (192,176,116). Sum of RGB (Red+Green+Blue) = 192+176+116=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B074 is #3F4F8B. Grayscale: #AEAEAE. Windows color (decimal): -4149132 or 7647424. OLE color: 7647424.

HSL color Cylindrical-coordinate representation of color #C0B074: hue angle of 47.37º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B074 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192176116-
CMYK00.080.400.25
HSL47.37º37.62%60.39%-
HSV(B)47.37º39.58%75.29%-
XYZ40.4243.5222.79-
YUV173.9495.3140.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=39.67%
G=36.36%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217611600.080.400.2547.3737.6260.39
HexC0B0740828192f263c
Octal3002601640105031574674
Binary110000001011000011101000100010100011001101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B074; }

 p { color: rgb(192,176,116); }

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

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

 a { background-color: rgb(192,176,116); }

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

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

 span { border-color: rgb(192,176,116); }

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