#C2B285

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

Shades of Ecru #C2B285

Tints of Ecru #C2B285

Color information

#C2B285 (or 0xC2B285) is unknown color: approx Ecru. HEX triplet: C2, B2 and 85. RGB value is (194,178,133). Sum of RGB (Red+Green+Blue) = 194+178+133=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B285 is #3D4D7A. Grayscale: #B1B1B1. Windows color (decimal): -4017531 or 8762050. OLE color: 8762050.

HSL color Cylindrical-coordinate representation of color #C2B285: hue angle of 44.26º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2B285 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194178133-
CMYK00.080.310.24
HSL44.26º33.33%64.12%-
HSV(B)44.26º31.44%76.08%-
XYZ42.44528.64-
YUV177.65102.8139.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=38.42%
G=35.25%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417813300.080.310.2444.2633.3364.12
HexC2B285081F182c2140
Octal30226220501037305441100
Binary1100001010110010100001010100011111110001011001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B285; }

 p { color: rgb(194,178,133); }

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

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

 a { background-color: rgb(194,178,133); }

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

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

 span { border-color: rgb(194,178,133); }

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