#C2B479

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

Shades of Ecru #C2B479

Tints of Ecru #C2B479

Color information

#C2B479 (or 0xC2B479) is unknown color: approx Ecru. HEX triplet: C2, B4 and 79. RGB value is (194,180,121). Sum of RGB (Red+Green+Blue) = 194+180+121=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B479 is #3D4B86. Grayscale: #B1B1B1. Windows color (decimal): -4017031 or 7976130. OLE color: 7976130.

HSL color Cylindrical-coordinate representation of color #C2B479: hue angle of 48.49º 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 #C2B479 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194180121-
CMYK00.070.380.24
HSL48.49º37.44%61.76%-
HSV(B)48.49º37.63%76.08%-
XYZ42.0245.4924.66-
YUV177.4696.14139.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 121 (47.66% from 255) = 24.44%
R=39.19%
G=36.36%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418012100.070.380.2448.4937.4461.76
HexC2B47907261830253e
Octal302264171074630604576
Binary11000010101101001111001011110011011000110000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B479; }

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

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

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

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

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

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

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

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