#C2B478

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

Shades of Ecru #C2B478

Tints of Ecru #C2B478

Color information

#C2B478 (or 0xC2B478) is unknown color: approx Ecru. HEX triplet: C2, B4 and 78. RGB value is (194,180,120). Sum of RGB (Red+Green+Blue) = 194+180+120=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B478 is #3D4B87. Grayscale: #B1B1B1. Windows color (decimal): -4017032 or 7910594. OLE color: 7910594.

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

Color convert

RGB194180120-
CMYK00.070.380.24
HSL48.65º37.76%61.57%-
HSV(B)48.65º38.14%76.08%-
XYZ41.9645.4724.33-
YUV177.3595.64139.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=39.27%
G=36.44%
B=24.29%

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
Decimal19418012000.070.380.2448.6537.7661.57
HexC2B47807261831263e
Octal302264170074630614676
Binary11000010101101001111000011110011011000110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B478; }

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

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

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

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

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

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

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

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