#C0B779

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

Shades of Ecru #C0B779

Tints of Ecru #C0B779

Color information

#C0B779 (or 0xC0B779) is unknown color: approx Ecru. HEX triplet: C0, B7 and 79. RGB value is (192,183,121). Sum of RGB (Red+Green+Blue) = 192+183+121=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B779 is #3F4886. Grayscale: #B2B2B2. Windows color (decimal): -4147335 or 7976896. OLE color: 7976896.

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

Color convert

RGB192183121-
CMYK00.050.370.25
HSL52.39º36.04%61.37%-
HSV(B)52.39º36.98%75.29%-
XYZ42.1246.4524.84-
YUV178.6295.48137.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=38.71%
G=36.90%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218312100.050.370.2552.3936.0461.37
HexC0B77905251934243d
Octal300267171054531644475
Binary11000000101101111111001010110010111001110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B779; }

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

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

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

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

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

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

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

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