#C3B283

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

Shades of Ecru #C3B283

Tints of Ecru #C3B283

Color information

#C3B283 (or 0xC3B283) is unknown color: approx Ecru. HEX triplet: C3, B2 and 83. RGB value is (195,178,131). Sum of RGB (Red+Green+Blue) = 195+178+131=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B283 is #3C4D7C. Grayscale: #B1B1B1. Windows color (decimal): -3951997 or 8630979. OLE color: 8630979.

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

Color convert

RGB195178131-
CMYK00.090.330.24
HSL44.06º34.78%63.92%-
HSV(B)44.06º32.82%76.47%-
XYZ42.5245.0827.93-
YUV177.72101.63140.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=38.69%
G=35.32%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517813100.090.330.2444.0634.7863.92
HexC3B2830921182c2340
Octal30326220301141305443100
Binary11000011101100101000001101001100001110001011001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B283; }

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

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

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

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

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

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

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

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