#C0B77C

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

Shades of Ecru #C0B77C

Tints of Ecru #C0B77C

Color information

#C0B77C (or 0xC0B77C) is unknown color: approx Ecru. HEX triplet: C0, B7 and 7C. RGB value is (192,183,124). Sum of RGB (Red+Green+Blue) = 192+183+124=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B77C is #3F4883. Grayscale: #B3B3B3. Windows color (decimal): -4147332 or 8173504. OLE color: 8173504.

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

Color convert

RGB192183124-
CMYK00.050.350.25
HSL52.06º35.05%61.96%-
HSV(B)52.06º35.42%75.29%-
XYZ42.3146.5325.82-
YUV178.9696.98137.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=38.48%
G=36.67%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218312400.050.350.2552.0635.0561.96
HexC0B77C05231934233e
Octal300267174054331644376
Binary11000000101101111111100010110001111001110100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B77C; }

 p { color: rgb(192,183,124); }

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

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

 a { background-color: rgb(192,183,124); }

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

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

 span { border-color: rgb(192,183,124); }

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