#C3B285

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

Shades of Ecru #C3B285

Tints of Ecru #C3B285

Color information

#C3B285 (or 0xC3B285) is unknown color: approx Ecru. HEX triplet: C3, B2 and 85. RGB value is (195,178,133). Sum of RGB (Red+Green+Blue) = 195+178+133=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B285 is #3C4D7A. Grayscale: #B2B2B2. Windows color (decimal): -3951995 or 8762051. OLE color: 8762051.

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

Color convert

RGB195178133-
CMYK00.090.320.24
HSL43.55º34.07%64.31%-
HSV(B)43.55º31.79%76.47%-
XYZ42.6645.1428.65-
YUV177.95102.63140.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=38.54%
G=35.18%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517813300.090.320.2443.5534.0764.31
HexC3B2850920182c2240
Octal30326220501140305442100
Binary11000011101100101000010101001100000110001011001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B285; }

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

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

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

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

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

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

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

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