#C3B483

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

Shades of Ecru #C3B483

Tints of Ecru #C3B483

Color information

#C3B483 (or 0xC3B483) is unknown color: approx Ecru. HEX triplet: C3, B4 and 83. RGB value is (195,180,131). Sum of RGB (Red+Green+Blue) = 195+180+131=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B483 is #3C4B7C. Grayscale: #B3B3B3. Windows color (decimal): -3951485 or 8631491. OLE color: 8631491.

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

Color convert

RGB195180131-
CMYK00.080.330.24
HSL45.94º34.78%63.92%-
HSV(B)45.94º32.82%76.47%-
XYZ42.9245.8828.07-
YUV178.9100.97139.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=38.54%
G=35.57%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518013100.080.330.2445.9434.7863.92
HexC3B4830821182e2340
Octal30326420301041305643100
Binary11000011101101001000001101000100001110001011101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B483; }

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

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

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

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

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

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

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

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