#C2B679

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

Shades of Ecru #C2B679

Tints of Ecru #C2B679

Color information

#C2B679 (or 0xC2B679) is unknown color: approx Ecru. HEX triplet: C2, B6 and 79. RGB value is (194,182,121). Sum of RGB (Red+Green+Blue) = 194+182+121=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B679 is #3D4986. Grayscale: #B2B2B2. Windows color (decimal): -4016519 or 7976642. OLE color: 7976642.

HSL color Cylindrical-coordinate representation of color #C2B679: hue angle of 50.14º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2B679 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194182121-
CMYK00.060.380.24
HSL50.14º37.44%61.76%-
HSV(B)50.14º37.63%76.08%-
XYZ42.4346.3124.79-
YUV178.6395.48138.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=39.03%
G=36.62%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418212100.060.380.2450.1437.4461.76
HexC2B67906261832253e
Octal302266171064630624576
Binary11000010101101101111001011010011011000110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B679; }

 p { color: rgb(194,182,121); }

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

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

 a { background-color: rgb(194,182,121); }

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

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

 span { border-color: rgb(194,182,121); }

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